Changeset 21916 for trunk/include/custombuild.h
- 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/include/custombuild.h
r21327 r21916 2 2 #define __CUSTOMBUILD_H__ 3 3 4 #include <win \peexe.h>4 #include <win/peexe.h> 5 5 #include <initdll.h> 6 6 … … 34 34 typedef BOOL (WIN32API *PFN_ENDCUSTOMIZE)(); 35 35 typedef BOOL (WIN32API *PFN_ISPESTUBLOADER)(char *pszProgram); 36 37 typedef ULONG (APIENTRY *PFN_INITDLL)(ULONG hModule, ULONG ulFlag); 38 typedef void (APIENTRY *PFN_CLEANUPDLL)(ULONG ulReason); 36 39 37 40 typedef struct { … … 139 142 140 143 } CUSTOMBUILD_COMMON; 144 145 #ifdef __cplusplus 146 extern "C" { 147 #endif 141 148 142 149 BOOL WIN32API LoadCustomEnvironment(CUSTOMBUILD_COMMON *CustomBuild); … … 251 258 //Override std class names used in Odin 252 259 void WIN32API SetCustomStdClassName(LPSTR pszStdClassName); 253 c har *WIN32API QueryCustomStdClassName();260 const char *WIN32API QueryCustomStdClassName(); 254 261 255 262 //Turn off ASPI … … 509 516 510 517 //PE headers of system dlls 511 #ifdef __cplusplus512 extern "C" {513 #endif514 518 extern IMAGE_FILE_HEADER nt_ntdll_header; 515 519 extern IMAGE_FILE_HEADER nt_gdi32_header; … … 552 556 extern IMAGE_FILE_HEADER nt_winscard_header; 553 557 extern IMAGE_FILE_HEADER nt_shdocvw_header; 558 554 559 #ifdef __cplusplus 555 } 560 } // extern "C" 556 561 #endif 557 562
Note:
See TracChangeset
for help on using the changeset viewer.