- Timestamp:
- Aug 6, 2001, 6:00:36 PM (24 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/initgdi32.cpp
r6401 r6467 87 87 88 88 InitializeKernel32(); 89 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 89 90 if(InitRegionSpace() == FALSE) { 90 91 return 0UL; -
trunk/src/gdi32/initterm.cpp
r6375 r6467 62 62 ctordtorInit(); 63 63 64 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/65 66 64 return inittermGdi32(hModule, ulFlag); 67 65 -
trunk/src/user32/initterm.cpp
r6375 r6467 77 77 case 0 : 78 78 ctordtorInit(); 79 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/80 79 81 80 rc = DosQuerySysInfo(QSV_VERSION_MAJOR, QSV_VERSION_MINOR, version, sizeof(version)); -
trunk/src/user32/inituser32.cpp
r6401 r6467 88 88 89 89 InitializeKernel32(); 90 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 90 91 91 92 hInstanceUser32 = RegisterLxDll(hModule, 0, (PVOID)&user32_PEResTab,
Note:
See TracChangeset
for help on using the changeset viewer.