Ignore:
Timestamp:
Dec 7, 2010, 2:44:44 PM (15 years ago)
Author:
dmik
Message:

Surround C defs with extern "C".

File:
1 edited

Legend:

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

    r21485 r21521  
    1515  #endif /* DIRECTDRAW_VERSION */
    1616
     17#ifdef __cplusplus
     18extern "C" {
     19#endif
     20 
    1721/*****************************************************************************
    1822 * Predeclare the interfaces
     
    17661770HRESULT WINAPI DirectDrawCreateClipper(DWORD,LPDIRECTDRAWCLIPPER*,LPUNKNOWN);
    17671771
     1772#ifdef __cplusplus
     1773}
     1774#endif
     1775
    17681776#endif /* __WINE_DDRAW_H */
    17691777
Note: See TracChangeset for help on using the changeset viewer.