fix includes

This commit is contained in:
Glenn Maynard
2005-06-08 21:21:32 +00:00
parent 9213e57569
commit 8661d15ac6
+2 -2
View File
@@ -2,8 +2,8 @@
#define DSOUND_HELPERS 1
#if defined(_WINDOWS)
#include "windows.h"
#include "wtypes.h"
#include <windows.h>
#include <wtypes.h>
#endif
struct IDirectSound;