[DEVENUM][DSOUND]
[reactos.git] / reactos / dll / directx / wine / devenum / devenum_private.h
index 7c1a661..35d4d46 100644 (file)
@@ -22,6 +22,9 @@
  * - Private file where devenum globals are declared
  */
 
+#ifndef __WINE_DEVENUM_H
+#define __WINE_DEVENUM_H
+
 #ifndef RC_INVOKED
 #include <stdarg.h>
 #endif
@@ -91,3 +94,5 @@ HRESULT DEVENUM_GetCategoryKey(REFCLSID clsidDeviceClass, HKEY *pBaseKey, WCHAR
 extern const WCHAR clsid_keyname[6];
 extern const WCHAR wszInstanceKeyName[];
 #define CLSID_STR_LEN (sizeof(clsid_keyname) / sizeof(WCHAR))
+
+#endif /* __WINE_DEVENUM_H */