Changeset 4162 for branches/GRACE/src/win32k/test
- Timestamp:
- Sep 2, 2000, 10:49:29 PM (25 years ago)
- Location:
- branches/GRACE/src/win32k/test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/test/dos.c
r3829 r4162 1 /* $Id: dos.c,v 1.1 2000-07-16 22:18:14bird Exp $1 /* $Id: dos.c,v 1.1.4.1 2000-09-02 20:49:28 bird Exp $ 2 2 * 3 3 * Thunkers for OS/2 APIs. … … 22 22 *******************************************************************************/ 23 23 #include <os2.h> 24 25 #include "devSegDf.h" /* Win32k segment definitions. */ 24 26 25 27 #include "test.h" -
branches/GRACE/src/win32k/test/fake.c
r4117 r4162 1 /* $Id: fake.c,v 1.1.4. 5 2000-08-30 04:11:32bird Exp $1 /* $Id: fake.c,v 1.1.4.6 2000-09-02 20:49:28 bird Exp $ 2 2 * 3 3 * Fake stubs for the ldr and kernel functions we imports or overloads. … … 28 28 29 29 #include <string.h> 30 31 #include "devSegDf.h" /* Win32k segment definitions. */ 30 32 31 33 #include "log.h" -
branches/GRACE/src/win32k/test/win32ktst.c
r4117 r4162 1 /* $Id: win32ktst.c,v 1.1.4. 7 2000-08-30 04:11:33bird Exp $1 /* $Id: win32ktst.c,v 1.1.4.8 2000-09-02 20:49:29 bird Exp $ 2 2 * 3 3 * Win32k test module. … … 34 34 #include <os2.h> 35 35 #include <exe386.h> 36 37 #include "devSegDf.h" /* Win32k segment definitions. */ 36 38 37 39 #include "malloc.h" … … 736 738 int rc = 1; 737 739 RP32INIT rpinit; 738 char * pszInitArgs = "-C1 -L:N -Verbose -Quiet -Elf:Yes -Pe:PE -Script:Yes - W4 -Heap:512000 -ResHeap:0256000 -HeapMax:4096000 -ResHeapMax:0x100000";740 char * pszInitArgs = "-C1 -L:N -Verbose -Quiet -Elf:Yes -Pe:PE -Script:Yes -Rexx:NES -Java:NYes -W4 -Heap:512000 -ResHeap:0256000 -HeapMax:4096000 -ResHeapMax:0x100000"; 739 741 740 742 /* $elf */ … … 757 759 opt.fElf = TRUE; 758 760 opt.fUNIXScript = TRUE; 761 opt.fJava = FALSE; 762 opt.fREXXScript = FALSE; 759 763 opt.fPE = FLAGS_PE_PE; 760 764 opt.fQuiet = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.
