Changeset 2441 for trunk/src


Ignore:
Timestamp:
Jan 14, 2000, 8:21:12 PM (26 years ago)
Author:
bird
Message:

Unfinished IOSfn* work.

Location:
trunk/src/win32k/include
Files:
1 added
1 edited

Legend:

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

    r1678 r2441  
    1 /* $Id: OS2Krnl.h,v 1.3 1999-11-10 01:45:31 bird Exp $
     1/* $Id: OS2Krnl.h,v 1.4 2000-01-14 19:21:12 bird Exp $
    22 *
    33 * OS/2 kernel structures, typedefs and macros.
     
    209209
    210210#pragma pack()
    211 #endif
     211
     212/*
     213 * Calling convention for 32-bit OS/2 Kernel functions.
     214 */
     215#define KRNLCALL __stdcall
     216
     217/*
     218 *
     219 * Other Kernel Parts
     220 *
     221 */
     222#ifdef INCL_OS2KRNL_ALL
     223    #define INCL_OS2KRNL_IO
     224#endif
     225
     226#ifdef INCL_OS2KRNL_IO
     227    #include <OS2KIO.h>
     228#endif
     229
     230#endif
Note: See TracChangeset for help on using the changeset viewer.