Ignore:
Timestamp:
Feb 18, 2000, 8:27:31 PM (26 years ago)
Author:
bird
Message:

Unfinised stuff! Don't work. Don't even compile!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/win32k.h

    r2799 r2823  
    1 /* $Id: win32k.h,v 1.2 2000-02-15 23:39:19 bird Exp $
     1/* $Id: win32k.h,v 1.3 2000-02-18 19:27:29 bird Exp $
    22 *
    33 * Top level make file for the Win32k library.
     
    5858*   External Functions                                                         *
    5959*******************************************************************************/
     60APIRET APIENTRY  libWin32kInit(void);
     61APIRET APIENTRY  libWin32kTerm(void);
    6062APIRET APIENTRY  DosAllocMemEx(PPVOID ppv, ULONG cb, ULONG flag);
     63
    6164
    6265#endif
Note: See TracChangeset for help on using the changeset viewer.