Changeset 4162 for branches/GRACE/src/win32k/ldr/ModuleBase.cpp
- Timestamp:
- Sep 2, 2000, 10:49:29 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/ldr/ModuleBase.cpp
r4090 r4162 1 /* $Id: ModuleBase.cpp,v 1.3.4. 2 2000-08-25 04:47:23bird Exp $1 /* $Id: ModuleBase.cpp,v 1.3.4.3 2000-09-02 20:49:17 bird Exp $ 2 2 * 3 3 * ModuleBase - Implementetation. … … 25 25 #include <os2.h> /* OS/2 header file. */ 26 26 27 #include "malloc.h" /* win32k malloc. Not C library! */ 27 #include "devSegDf.h" /* Win32k segment definitions. */ 28 #include "malloc.h" /* Win32k malloc. Not C library! */ 28 29 29 30 #include <string.h> /* C library string.h. */
Note:
See TracChangeset
for help on using the changeset viewer.