Changeset 584 for GPL/branches/DAZ/lib32
- Timestamp:
- Jul 15, 2014, 12:38:08 AM (11 years ago)
- Location:
- GPL/branches/DAZ/lib32
- Files:
-
- 1 added
- 1 edited
- 1 moved
-
Makefile (modified) (2 diffs)
-
pci_iomap_compat.c (added)
-
stack.c (moved) (moved from GPL/branches/DAZ/lib32/stack.cpp ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/DAZ/lib32/Makefile
r582 r584 6 6 !include $(ROOT)\tools\header.mif 7 7 8 CINCLUDES = $(ROOT)\include;$(WATCOM)\H;$(WATCOM)\H\OS2;9 8 AINCLUDES = $(DDK)\base\H 10 11 CDEFINES = -D__KERNEL__ -DMODULE -dTARGET_OS2 -dALSA_BUILD -D__ISAPNP__ -DCONFIG_ISAPNP -D__i386_12 9 13 10 !if "$(IBM_BUILD)" == "1" … … 25 22 strncpy.obj task.obj & 26 23 strncmp.obj timer.obj & 27 instropl2.obj instropl3.obj vsprintf.obj 24 instropl2.obj instropl3.obj vsprintf.obj & 25 pci_iomap_compat.obj 28 26 # ossidc.obj semaphore.obj waitqueue.obj misc.obj fminstrload.obj 29 27 !if $(KEE) == 0 -
GPL/branches/DAZ/lib32/stack.c
r583 r584 20 20 */ 21 21 22 extern "C" {23 22 #define INCL_NOPMAPI 24 23 #define INCL_DOSERRORS // for ERROR_INVALID_FUNCTION 25 24 #include <os2.h> 26 }27 25 #include <devhelp.h> 28 26 #include <ossidc.h> … … 144 142 return; 145 143 } 146 } 144 } 147 145 DevPopf(cpuflags); 148 146 DebugInt3(); … … 158 156 159 157 offset = addr32 - (ULONG)StackBase; 160 158 161 159 if(offset > TOTAL_STACKSIZE) { 162 160 //bad boy!
Note:
See TracChangeset
for help on using the changeset viewer.
