Changeset 21824 for branches/gcc-kmk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Nov 25, 2011, 10:19:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/winimagepeldr.cpp
r21720 r21824 40 40 #include <stdlib.h> 41 41 42 #i nclude <assert.h>42 #ifdef DEBUG 43 43 //use a different logfile 44 44 #define PRIVATE_LOGGING 45 static FILE *_privateLogFile = NULL; 46 #endif 47 48 #include <assert.h> 45 49 #include <misc.h> 46 50 #include <win32api.h> … … 70 74 71 75 char szErrorModule[260] = ""; 72 73 #ifdef DEBUG74 static FILE *_privateLogFile = NULL;75 #endif76 76 77 77 ULONG WIN32API MissingApiOrd(char *parentimage, char *dllname, int ordinal); … … 603 603 for (i = 0; i < IMAGE_NUMBEROF_DIRECTORY_ENTRIES; i++) 604 604 { 605 c har *pszName;605 const char *pszName; 606 606 607 607 if(oh.DataDirectory[i].VirtualAddress && oh.DataDirectory[i].Size) {
Note:
See TracChangeset
for help on using the changeset viewer.