rnd-20091208-1-src
[rocksndiamonds.git] / src / game_sp / vb_defs.h
index 47ea35befd470b63f540d931d391935bde8fa10e..b25d1570f16a3ef176d5e182c8e40008861b64e1 100644 (file)
@@ -71,6 +71,8 @@
 #define DDERR_UNSUPPORTED      (VALUE_START_DD_ERR + 17)
 #define DDERR_WASSTILLDRAWING  (VALUE_START_DD_ERR + 18)
 
+#if 0
+
 #define DSSCL_PRIORITY         (VALUE_START_DS + 1)
 #define DSBCAPS_CTRLFREQUENCY  (VALUE_START_DS + 2)
 #define DSBCAPS_CTRLPAN                (VALUE_START_DS + 3)
@@ -80,4 +82,6 @@
 #define DSBSTATUS_PLAYING      (VALUE_START_DS + 7)
 #define DSBPLAY_DEFAULT                (VALUE_START_DS + 8)
 
+#endif
+
 #endif /* VB_DEFS_H */