Changeset 5086 for trunk/src/win32k/api


Ignore:
Timestamp:
Feb 10, 2001, 12:11:48 PM (25 years ago)
Author:
bird
Message:

Moved ldrCalls.h into the OS2Krnl.h tree as OS2KLDR.h.
Also moved the Ldr definitions from OS2Krnl.h and into OS2KLDR.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/api/api.cpp

    r5008 r5086  
    1 /* $Id: api.cpp,v 1.4 2001-01-22 08:06:38 bird Exp $
     1/* $Id: api.cpp,v 1.5 2001-02-10 11:11:41 bird Exp $
    22 *
    33 * API Overload Init and Helper Function.
     
    4848#define IOSftClose(hFile)   DosClose(hFile)
    4949#define rmalloc             malloc
    50 #define realloc             realloc
     50#define rrealloc            realloc
    5151#define rfree               free
    5252#undef kprintf
Note: See TracChangeset for help on using the changeset viewer.