Changeset 5086 for trunk/src/win32k/test
- Timestamp:
- Feb 10, 2001, 12:11:48 PM (25 years ago)
- Location:
- trunk/src/win32k/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/test/fake.c
r4810 r5086 1 /* $Id: fake.c,v 1. 6 2000-12-16 23:03:31bird Exp $1 /* $Id: fake.c,v 1.7 2001-02-10 11:11:48 bird Exp $ 2 2 * 3 3 * Fake stubs for the ldr and kernel functions we imports or overloads. … … 34 34 #include "OS2Krnl.h" 35 35 #include "dev32.h" 36 #include "ldrcalls.h"37 36 #include "test.h" 38 37 #include "macros.h" -
trunk/src/win32k/test/win32ktst.c
r4972 r5086 1 /* $Id: win32ktst.c,v 1. 6 2001-01-19 02:28:33bird Exp $1 /* $Id: win32ktst.c,v 1.7 2001-02-10 11:11:48 bird Exp $ 2 2 * 3 3 * Win32k test module. … … 50 50 #include "avl.h" 51 51 #include "ldr.h" 52 #include "ldrCalls.h"53 52 #include "test.h" 54 53 #include "asmutils.h"
Note:
See TracChangeset
for help on using the changeset viewer.