* Sync up to trunk HEAD (r62286).
[reactos.git] / dll / cpl / wined3dcfg / wined3dcfg.h
index f1b3fc4..5293d66 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _WINED3DCFG_PCH_
+#define _WINED3DCFG_PCH_
+
 #include <stdarg.h>
 
 #define WIN32_NO_STATUS
@@ -36,3 +39,5 @@
 #define KEY_LOCKING               L"RenderTargetLockMode"
 
 INT_PTR CALLBACK GeneralPageProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
+
+#endif /* _WINED3DCFG_PCH_ */