Changeset 4162 for branches/GRACE/src/win32k/test/win32ktst.c
- Timestamp:
- Sep 2, 2000, 10:49:29 PM (25 years ago)
- File:
-
- 1 edited
-
branches/GRACE/src/win32k/test/win32ktst.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
