[ros-diffs] [dchapyshev] 33002: - Fix build
dchapyshev at svn.reactos.org
dchapyshev at svn.reactos.org
Thu Apr 17 16:38:15 CEST 2008
Author: dchapyshev
Date: Thu Apr 17 09:38:15 2008
New Revision: 33002
URL: http://svn.reactos.org/svn/reactos?rev=33002&view=rev
Log:
- Fix build
Modified:
trunk/reactos/include/dxsdk/errors.h
Modified: trunk/reactos/include/dxsdk/errors.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/dxsdk/errors.h?rev=33002&r1=33001&r2=33002&view=diff
==============================================================================
--- trunk/reactos/include/dxsdk/errors.h [iso-8859-1] (original)
+++ trunk/reactos/include/dxsdk/errors.h [iso-8859-1] Thu Apr 17 09:38:15 2008
@@ -15,7 +15,7 @@
#define VFW_FIRST_CODE 0x200
#define MAX_ERROR_TEXT_LEN 160
-#include <VFWMSGS.H>
+#include <vfwmsgs.h>
typedef BOOL (WINAPI* AMGETERRORTEXTPROCA)(HRESULT, char *, DWORD);
typedef BOOL (WINAPI* AMGETERRORTEXTPROCW)(HRESULT, WCHAR *, DWORD);
More information about the Ros-diffs
mailing list