Ignore:
Timestamp:
Feb 10, 2017, 2:50:49 AM (9 years ago)
Author:
David Azarewicz
Message:

Build system cleanup

File:
1 moved

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/lib32/stack.c

    r587 r588  
    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.