Changeset 3671


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/os2safe.h

    r3386 r3671  
    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.