Skip to content

Commit 18559e4

Browse files
authored
Fix RT_MANIFEST order in .rc file (#36343)
1 parent 737cdb3 commit 18559e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/interop/configure-net-framework-based-com-components-for-reg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can install an application manifest in the same directory as the COM applica
153153

154154
1. Create a resource script that contains the following statement:
155155

156-
`RT_MANIFEST 1 myManagedComp.manifest`
156+
`1 RT_MANIFEST myManagedComp.manifest`
157157

158158
In this statement, `myManagedComp.manifest` is the name of the component manifest being embedded. For this example, the script file name is `myresource.rc`.
159159

0 commit comments

Comments
 (0)