Changeset 21975 for trunk/include


Ignore:
Timestamp:
Feb 21, 2012, 8:53:47 PM (14 years ago)
Author:
dmik
Message:

winnls.h: Don't hide Windows defines when os2wrap2.h is included.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winnls.h

    r21916 r21975  
    438438typedef DWORD CALID;
    439439
    440 
    441 #ifndef OS2_INCLUDED
     440#if !(defined(OS2_INCLUDED) && !defined(OS2_WRAP_INCLUDED))
    442441
    443442/* Define a bunch of callback types */
     
    559558/* APIs
    560559 */
    561 
    562 #ifdef __cplusplus
    563 extern "C" {
    564 #endif
    565560
    566561UINT        WINAPI CompareStringA(LCID,DWORD,LPCSTR,DWORD,LPCSTR,DWORD);
     
    637632INT         WINAPI WideCharToMultiByte(UINT,DWORD,LPCWSTR,INT,LPSTR,INT,LPCSTR,LPBOOL);
    638633
    639 #ifdef __cplusplus
    640 } // extern "C"
    641 #endif
    642 
    643 #endif //#ifndef OS2_INCLUDED
     634#endif  /* !(defined(OS2_INCLUDED) && !defined(OS2_WRAP_INCLUDED)) */
    644635
    645636#endif  /* __WINE_WINNLS_H */
Note: See TracChangeset for help on using the changeset viewer.