Changeset 6467 for trunk/src


Ignore:
Timestamp:
Aug 6, 2001, 6:00:36 PM (24 years ago)
Author:
sandervl
Message:

init changes

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/initgdi32.cpp

    r6401 r6467  
    8787
    8888         InitializeKernel32();
     89         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    8990         if(InitRegionSpace() == FALSE) {
    9091                return 0UL;
  • trunk/src/gdi32/initterm.cpp

    r6375 r6467  
    6262         ctordtorInit();
    6363
    64          CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    65 
    6664         return inittermGdi32(hModule, ulFlag);
    6765
  • trunk/src/user32/initterm.cpp

    r6375 r6467  
    7777      case 0 :
    7878         ctordtorInit();
    79          CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    8079
    8180         rc = DosQuerySysInfo(QSV_VERSION_MAJOR, QSV_VERSION_MINOR, version, sizeof(version));
  • trunk/src/user32/inituser32.cpp

    r6401 r6467  
    8888
    8989         InitializeKernel32();
     90         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    9091
    9192         hInstanceUser32 = RegisterLxDll(hModule, 0, (PVOID)&user32_PEResTab,
Note: See TracChangeset for help on using the changeset viewer.