Changeset 22111 for branches/swt/include


Ignore:
Timestamp:
Jan 25, 2016, 4:21:07 PM (10 years ago)
Author:
rousseau
Message:

Fix compile error for Watcom C [odin]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/include/win/winnt.h

    r22020 r22111  
    27732773  DWORD ContentionCount;
    27742774  DWORD Spare[ 2 ];
     2775#else
     2776/* Watcom C does not like empty structures, Watcom C++ doesn't care */
     2777#if defined(__WATCOMC__) && !defined(__cplusplus)
     2778;
     2779#endif
    27752780#endif
    27762781} RTL_CRITICAL_SECTION_DEBUG, *PRTL_CRITICAL_SECTION_DEBUG, RTL_RESOURCE_DEBUG, *PRTL_RESOURCE_DEBUG;
Note: See TracChangeset for help on using the changeset viewer.