Changeset 2518 for trunk/src/oleaut32/initterm.cpp
- Timestamp:
- Jan 26, 2000, 12:26:05 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oleaut32/initterm.cpp
r2325 r2518 1 /* $Id: initterm.cpp,v 1. 4 2000-01-05 18:29:53 davidrExp $ */1 /* $Id: initterm.cpp,v 1.5 2000-01-26 11:26:04 sandervl Exp $ */ 2 2 3 3 /* … … 85 85 loadNr = globLoadNr++; 86 86 87 #if 0 88 strcpy(oleaut32Path, OSLibGetDllName(hModule)); 87 DosQueryModuleName(hModule, sizeof(oleaut32Path), oleaut32Path); 89 88 char *endofpath = strrchr(oleaut32Path, '\\'); 90 89 *(endofpath+1) = 0; 91 #endif92 90 93 91 _ctordtorInit(); … … 107 105 return 0UL; 108 106 109 OpenPrivateLogFiles(); 107 #ifdef DEFAULT_LOGGING_OFF 108 if(getenv("WIN32LOG_ENABLED")) { 109 #else 110 if(!getenv("NOWIN32LOG")) { 111 #endif 112 OpenPrivateLogFiles(); 113 } 110 114 111 115 Hash_Initialise();
Note:
See TracChangeset
for help on using the changeset viewer.