Changeset 646 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Aug 23, 1999, 3:55:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r615 r646 1 /* $Id: initterm.cpp,v 1.1 2 1999-08-22 08:33:14sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.13 1999-08-23 13:54:42 sandervl Exp $ */ 2 2 3 3 /* … … 36 36 #include "handlemanager.h" 37 37 #include "profile.h" 38 #include "initterm.h" 38 39 39 40 /*-------------------------------------------------------------------*/ … … 51 52 } 52 53 53 void CloseLogFile(); //misc.cpp 54 //Global DLL Data 55 #pragma data_seg(_GLOBALDATA) 56 int globLoadNr = 0; 57 #pragma data_seg() 54 58 55 59 /* Tue 03.03.1998: knut */ 56 60 /* flag to optimize DosAllocMem to use all the memory on SMP machines */ 57 ULONG flAllocMem; 58 59 #ifndef PAG_ANY 60 #define PAG_ANY 0x00000400 61 #endif 62 63 #ifndef QSV_VIRTUALADDRESSLIMIT 64 #define QSV_VIRTUALADDRESSLIMIT 30 65 #endif 61 ULONG flAllocMem = 0; 62 int loadNr = 0; 66 63 67 64 /****************************************************************************/ … … 89 86 { 90 87 case 0 : 88 loadNr = globLoadNr++; 89 91 90 dprintf(("kernel32 init\n")); 92 91 _ctordtorInit();
Note:
See TracChangeset
for help on using the changeset viewer.