Changeset 584 for GPL/branches/DAZ/lib32


Ignore:
Timestamp:
Jul 15, 2014, 12:38:08 AM (11 years ago)
Author:
David Azarewicz
Message:

cleanup continued

Location:
GPL/branches/DAZ/lib32
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • GPL/branches/DAZ/lib32/Makefile

    r582 r584  
    66!include $(ROOT)\tools\header.mif
    77
    8 CINCLUDES = $(ROOT)\include;$(WATCOM)\H;$(WATCOM)\H\OS2;
    98AINCLUDES = $(DDK)\base\H
    10 
    11 CDEFINES = -D__KERNEL__ -DMODULE -dTARGET_OS2 -dALSA_BUILD -D__ISAPNP__ -DCONFIG_ISAPNP -D__i386_
    129
    1310!if "$(IBM_BUILD)" == "1"
     
    2522  strncpy.obj task.obj &
    2623  strncmp.obj timer.obj &
    27   instropl2.obj instropl3.obj vsprintf.obj
     24  instropl2.obj instropl3.obj vsprintf.obj &
     25  pci_iomap_compat.obj
    2826# ossidc.obj semaphore.obj waitqueue.obj misc.obj fminstrload.obj
    2927!if $(KEE) == 0
  • GPL/branches/DAZ/lib32/stack.c

    r583 r584  
    2020 */
    2121
    22 extern "C" {
    2322#define INCL_NOPMAPI
    2423#define INCL_DOSERRORS           // for ERROR_INVALID_FUNCTION
    2524#include <os2.h>
    26 }
    2725#include <devhelp.h>
    2826#include <ossidc.h>
     
    144142                    return;
    145143            }
    146     } 
     144    }
    147145    DevPopf(cpuflags);
    148146    DebugInt3();
     
    158156
    159157    offset = addr32 - (ULONG)StackBase;
    160    
     158
    161159    if(offset > TOTAL_STACKSIZE) {
    162160        //bad boy!
Note: See TracChangeset for help on using the changeset viewer.