Changeset 4164 for trunk/src/win32k/lib


Ignore:
Timestamp:
Sep 2, 2000, 11:08:23 PM (25 years ago)
Author:
bird
Message:

Merged in the Grace branch. New Win32k!

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:55 bird Exp $
     1/* $Id: libDosAllocMemEx.c,v 1.4 2000-09-02 21:08:11 bird Exp $
    22 *
    33 * DosAllocMemEx - Extened Edition of DosAllocMem.
     
    1717#define INCL_DOSFILEMGR
    1818#define INCL_DOSDEVICES
    19 #define INCL_WIN32K_LIB
    2019
    2120
  • trunk/src/win32k/lib/libTest.c

    r2915 r4164  
    1 /* $Id: libTest.c,v 1.1 2000-02-26 20:19:26 bird Exp $
     1/* $Id: libTest.c,v 1.2 2000-09-02 21:08:11 bird Exp $
    22 *
    33 * Test program for the win32k library.
     
    1212*   Defined Constants And Macros                                               *
    1313*******************************************************************************/
    14 #define INCL_WIN32K_LIB
    1514#define INCL_BASE
    1615
  • trunk/src/win32k/lib/makefile

    r3146 r4164  
    11##############################################################################
    2 # $Id: makefile,v 1.3 2000-03-17 17:38:27 bird Exp $
     2# $Id: makefile,v 1.4 2000-09-02 21:08:12 bird Exp $
    33#
    44# PD-Win32 API
     
    4949OBJS     =  $(WIN32KOBJ)\libInit.$(OBJEXT)         \
    5050            $(WIN32KOBJ)\libTerm.$(OBJEXT)     \
     51            $(WIN32KOBJ)\libWin32kInstalled.$(OBJEXT) \
     52            $(WIN32KOBJ)\libWin32kQueryOptionsStatus.$(OBJEXT) \
     53            $(WIN32KOBJ)\libWin32kSetOptions.$(OBJEXT) \
    5154            $(WIN32KOBJ)\libDosAllocMemEx.$(OBJEXT) \
     55            $(WIN32KOBJ)\libW32kQueryOTEs.$(OBJEXT) \
    5256            $(WIN32KOBJ)\libGetCS.obj
    5357
     
    8690##############################################################################
    8791dep:
    88     $(DEPEND) -obj$(OBJEXT) -o$(WIN32KOBJ) $(CINCLUDES) $(WIN32KBASE)\include\*.h
     92    $(DEPEND) -obj$(OBJEXT) -o$(WIN32KOBJ) $(CINCLUDES) \
     93        $(WIN32KBASE)\include\*.h *.c* *.asm
    8994
    9095!if [$(EXISTS) .depend] == 0
Note: See TracChangeset for help on using the changeset viewer.