- Timestamp:
- Nov 18, 2002, 3:03:56 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagelx.cpp
r9411 r9413 1 /* $Id: winimagelx.cpp,v 1.1 8 2002-11-18 13:53:54sandervl Exp $ */1 /* $Id: winimagelx.cpp,v 1.19 2002-11-18 14:03:56 sandervl Exp $ */ 2 2 3 3 /* … … 71 71 szFileName[0] = 0; 72 72 73 this->lpszExportPrefix = NULL; 73 74 if(lpszCustomDllName) { 74 75 name = lpszCustomDllName; … … 82 83 name = OSLibGetDllName(hinstance); 83 84 this->dwOrdinalBase = 0; 84 this->lpszExportPrefix = NULL;85 85 } 86 86
Note:
See TracChangeset
for help on using the changeset viewer.