Changeset 3672


Ignore:
Timestamp:
Mar 13, 2011, 7:17:11 PM (14 years ago)
Author:
bird
Message:

os2safe.h: corrected the WinUpper wrapper (was prefixed with Dos). Fixes #192.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/os2safe.h

    r3387 r3672  
    2727
    2828#if defined(_OS2_H) || defined(_OS2EMX_H) || defined(__OS2_H__) || defined(OS2_INCLUDED)
    29 #warning "os2safe.h must be included _before_ os2.h!"
     29# warning "os2safe.h must be included _before_ os2.h!"
    3030#endif
    3131
     
    4343#define DosStartSession         SafeDosStartSession
    4444#define DosQueryAppType         SafeDosQueryAppType
    45 #define DosWinUpper             SafeDosWinUpper
     45#define WinUpper                SafeWinUpper
    4646
    4747#endif
Note: See TracChangeset for help on using the changeset viewer.