Changeset 21521 for trunk/include/win/ddraw.h
- Timestamp:
- Dec 7, 2010, 2:44:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/ddraw.h
r21485 r21521 15 15 #endif /* DIRECTDRAW_VERSION */ 16 16 17 #ifdef __cplusplus 18 extern "C" { 19 #endif 20 17 21 /***************************************************************************** 18 22 * Predeclare the interfaces … … 1766 1770 HRESULT WINAPI DirectDrawCreateClipper(DWORD,LPDIRECTDRAWCLIPPER*,LPUNKNOWN); 1767 1771 1772 #ifdef __cplusplus 1773 } 1774 #endif 1775 1768 1776 #endif /* __WINE_DDRAW_H */ 1769 1777
Note:
See TracChangeset
for help on using the changeset viewer.