summaryrefslogtreecommitdiffstats
path: root/dxsdk/Include/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxsdk/Include/errors.h')
-rw-r--r--dxsdk/Include/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dxsdk/Include/errors.h b/dxsdk/Include/errors.h
index d89a0a1f..cee756fb 100644
--- a/dxsdk/Include/errors.h
+++ b/dxsdk/Include/errors.h
@@ -24,7 +24,7 @@ extern "C" {
#define VFW_FIRST_CODE 0x200
#define MAX_ERROR_TEXT_LEN 160
-#include <VFWMSGS.H> // includes all message definitions
+#include <vfwmsgs.h> // includes all message definitions
typedef BOOL (WINAPI* AMGETERRORTEXTPROCA)(HRESULT, char *, DWORD);
typedef BOOL (WINAPI* AMGETERRORTEXTPROCW)(HRESULT, WCHAR *, DWORD);