Changeset 2511 for trunk/src/win32k/misc/malloc_old.c
- Timestamp:
- Jan 24, 2000, 7:19:01 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/misc/malloc_old.c
r2510 r2511 1 /* $Id: malloc_old.c,v 1. 1 2000-01-24 12:48:42bird Exp $1 /* $Id: malloc_old.c,v 1.2 2000-01-24 18:19:00 bird Exp $ 2 2 * 3 3 * Heap. … … 40 40 #ifdef RING0 41 41 #include "dev32hlp.h" 42 #include "asmutils.h"43 #else44 #include <builtin.h>45 #define Int3() __interrupt(3)46 42 #endif 43 #include "asmutils.h" 47 44 #include "log.h" 48 45 #include "malloc.h"
Note:
See TracChangeset
for help on using the changeset viewer.