Changeset 21720 for branches/gcc-kmk/src/custombuild/guid.c
- Timestamp:
- Oct 19, 2011, 11:26:02 AM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/custombuild/guid.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/custombuild/guid.c
r21494 r21720 10 10 #include "shlobj.h" 11 11 #include "docobj.h" 12 #include ".. \shell32\shellfolder.h"12 #include "../shell32/shellfolder.h" 13 13 14 14 #include "wine/obj_inplace.h" … … 19 19 #include "wine/obj_clientserver.h" 20 20 #include "wine/obj_cache.h" 21 #include "wine \obj_oleaut.h"22 #include "wine \obj_olefont.h"21 #include "wine/obj_oleaut.h" 22 #include "wine/obj_olefont.h" 23 23 24 24 #include "wine/obj_oleview.h" … … 138 138 (*pSid)->SubAuthority[7] = nSubAuthority7; 139 139 140 if(pIdentifierAuthority) 140 if(pIdentifierAuthority) 141 141 memcpy((PVOID)&(*pSid)->IdentifierAuthority, (PVOID)pIdentifierAuthority, sizeof(SID_IDENTIFIER_AUTHORITY)); 142 142 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.
