Changeset 5086 for trunk/src/win32k/api
- Timestamp:
- Feb 10, 2001, 12:11:48 PM (25 years ago)
- 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:38bird Exp $1 /* $Id: api.cpp,v 1.5 2001-02-10 11:11:41 bird Exp $ 2 2 * 3 3 * API Overload Init and Helper Function. … … 48 48 #define IOSftClose(hFile) DosClose(hFile) 49 49 #define rmalloc malloc 50 #define r eallocrealloc50 #define rrealloc realloc 51 51 #define rfree free 52 52 #undef kprintf
Note:
See TracChangeset
for help on using the changeset viewer.