Changeset 7717 for trunk/src/gdi32/initgdi32.cpp
- Timestamp:
- Dec 31, 2001, 1:08:23 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/initgdi32.cpp
r7640 r7717 1 /* $Id: initgdi32.cpp,v 1.1 0 2001-12-16 15:29:55sandervl Exp $1 /* $Id: initgdi32.cpp,v 1.11 2001-12-31 12:08:23 sandervl Exp $ 2 2 * 3 3 * DLL entry point … … 26 26 #define INCL_DOSMODULEMGR 27 27 #define INCL_DOSPROCESS 28 #define INCL_GPI 28 29 #include <os2wrap.h> //Odin32 OS/2 api wrappers 29 30 #include <stdlib.h> … … 31 32 #include <string.h> 32 33 #include <odin.h> 33 #include <win32 type.h>34 #include <win32api.h> 34 35 #include <winconst.h> 35 36 #include <odinlx.h> 36 37 #include <misc.h> /*PLF Wed 98-03-18 23:18:15*/ 37 #define DBG_LOCALLOG DBG_initterm38 #include "dbglocal.h"39 38 #include "region.h" 40 39 #include <initdll.h> 41 40 #include <stats.h> 41 #include "dibsect.h" 42 43 #define DBG_LOCALLOG DBG_initterm 44 #include "dbglocal.h" 42 45 43 46 extern "C" { … … 94 97 return 0UL; 95 98 } 99 DIBSection::initDIBSection(); 96 100 dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&gdi32_PEResTab, 97 101 GDI32_MAJORIMAGE_VERSION, GDI32_MINORIMAGE_VERSION,
Note:
See TracChangeset
for help on using the changeset viewer.