Changeset 4112 for branches/GRACE/src/win32k/lib
- Timestamp:
 - Aug 29, 2000, 9:47:04 PM (25 years ago)
 - Location:
 - branches/GRACE/src/win32k/lib
 - Files:
 - 
      
- 2 edited
 
- 
          
  libDosAllocMemEx.c (modified) (2 diffs)
 - 
          
  libTest.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/GRACE/src/win32k/lib/libDosAllocMemEx.c
r2914 r4112 1 /* $Id: libDosAllocMemEx.c,v 1.3 2000-02-26 19:59:55bird Exp $1 /* $Id: libDosAllocMemEx.c,v 1.3.4.1 2000-08-29 19:47:03 bird Exp $ 2 2 * 3 3 * DosAllocMemEx - Extened Edition of DosAllocMem. … … 17 17 #define INCL_DOSFILEMGR 18 18 #define INCL_DOSDEVICES 19 #define INCL_WIN32K_LIB20 19 21 20  - 
      
branches/GRACE/src/win32k/lib/libTest.c
r2915 r4112 1 /* $Id: libTest.c,v 1.1 2000-02-26 20:19:26bird Exp $1 /* $Id: libTest.c,v 1.1.4.1 2000-08-29 19:47:03 bird Exp $ 2 2 * 3 3 * Test program for the win32k library. … … 12 12 * Defined Constants And Macros * 13 13 *******************************************************************************/ 14 #define INCL_WIN32K_LIB15 14 #define INCL_BASE 16 15  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  