Changeset 4164 for trunk/src/win32k/lib
- Timestamp:
- Sep 2, 2000, 11:08:23 PM (25 years ago)
- Location:
- trunk/src/win32k/lib
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/lib/libDosAllocMemEx.c
r2914 r4164 1 /* $Id: libDosAllocMemEx.c,v 1. 3 2000-02-26 19:59:55bird Exp $1 /* $Id: libDosAllocMemEx.c,v 1.4 2000-09-02 21:08:11 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 -
trunk/src/win32k/lib/libTest.c
r2915 r4164 1 /* $Id: libTest.c,v 1. 1 2000-02-26 20:19:26bird Exp $1 /* $Id: libTest.c,v 1.2 2000-09-02 21:08:11 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 -
trunk/src/win32k/lib/makefile
r3146 r4164 1 1 ############################################################################## 2 # $Id: makefile,v 1. 3 2000-03-17 17:38:27bird Exp $2 # $Id: makefile,v 1.4 2000-09-02 21:08:12 bird Exp $ 3 3 # 4 4 # PD-Win32 API … … 49 49 OBJS = $(WIN32KOBJ)\libInit.$(OBJEXT) \ 50 50 $(WIN32KOBJ)\libTerm.$(OBJEXT) \ 51 $(WIN32KOBJ)\libWin32kInstalled.$(OBJEXT) \ 52 $(WIN32KOBJ)\libWin32kQueryOptionsStatus.$(OBJEXT) \ 53 $(WIN32KOBJ)\libWin32kSetOptions.$(OBJEXT) \ 51 54 $(WIN32KOBJ)\libDosAllocMemEx.$(OBJEXT) \ 55 $(WIN32KOBJ)\libW32kQueryOTEs.$(OBJEXT) \ 52 56 $(WIN32KOBJ)\libGetCS.obj 53 57 … … 86 90 ############################################################################## 87 91 dep: 88 $(DEPEND) -obj$(OBJEXT) -o$(WIN32KOBJ) $(CINCLUDES) $(WIN32KBASE)\include\*.h 92 $(DEPEND) -obj$(OBJEXT) -o$(WIN32KOBJ) $(CINCLUDES) \ 93 $(WIN32KBASE)\include\*.h *.c* *.asm 89 94 90 95 !if [$(EXISTS) .depend] == 0
Note:
See TracChangeset
for help on using the changeset viewer.