Ignore:
Timestamp:
Nov 14, 2011, 8:13:20 PM (14 years ago)
Author:
dmik
Message:

Define USE_OS2_TOOLKIT_HEADERS.

This is necessary since some APIs used by Odin are missing from the somewhat
restricted version of the OS/2 Toolkit that comes with GCC.

File:
1 edited

Legend:

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

    r21723 r21804  
    55#ifdef __EMX__
    66
    7 #define OS2EMX_PLAIN_CHAR
    8 
    97#ifndef USE_OS2_TOOLKIT_HEADERS
    108
     
    1210#define OS2_INCLUDED
    1311#define OS2DEF_INCLUDED
     12#define WIN_INCLUDED
    1413#define __OS2_H__
    1514
     
    1716typedef unsigned short APIRET16;
    1817#define APIENTRY16 _Far16 _Pascal
    19 #define _LNK_CONV _Optlink
    2018
    2119#define INCL_LONGLONG_STRUCTS
Note: See TracChangeset for help on using the changeset viewer.