Ignore:
Timestamp:
Dec 7, 2011, 7:45:52 PM (14 years ago)
Author:
dmik
Message:

Fix Vio/Kbd/Mou declarations under GCC.

We abuse _Pascal for that. It's not very clear but other solutions
require a fix to OS/2 Toolkit headers...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/os2wrap.h

    r21804 r21859  
    1919#define INCL_LONGLONG_STRUCTS
    2020
     21#else // ifndef USE_OS2_TOOLKIT_HEADERS
     22
     23#undef _Pascal
     24#define _Pascal _System // For Vio/Kbd/Mou
     25
    2126#endif // ifndef USE_OS2_TOOLKIT_HEADERS
    2227
Note: See TracChangeset for help on using the changeset viewer.