Ignore:
Timestamp:
Sep 9, 2001, 5:31:35 PM (24 years ago)
Author:
sandervl
Message:

joystick reactivated; version increase; Rudi's fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/include/kee.h

    r142 r188  
    101101//NOTE: esp and ebp are modified when this function returns
    102102//      --> can cause problems if compiler uses i.e. ebp for storing a value!!
     103
     104#ifdef  __WATCOMC__
     105ULONG KernThunkStackTo32(VOID);
     106#pragma aux KernThunkStackTo32 "KernThunkStackTo32" modify exact [eax ecx edx] value [edx];
     107#else
    103108ULONG APIENTRY KernThunkStackTo32(VOID);
    104 #pragma aux KernThunkStackTo32 "KernThunkStackTo32" modify exact [edx];
     109#endif
     110
    105111
    106112/*ordinal 42*/
Note: See TracChangeset for help on using the changeset viewer.