Changeset 21916 for trunk/src/custombuild/guid.c
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/custombuild/guid.c
r21494 r21916 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.