From d4530f7f02f4031d045e460dab2efb9a5fd5dd07 Mon Sep 17 00:00:00 2001 From: Dmitry Chapyshev Date: Thu, 17 Apr 2008 14:38:15 +0000 Subject: [PATCH] - Fix build svn path=/trunk/; revision=33002 --- reactos/include/dxsdk/errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/dxsdk/errors.h b/reactos/include/dxsdk/errors.h index 829dbf2aabe..21f91833002 100644 --- a/reactos/include/dxsdk/errors.h +++ b/reactos/include/dxsdk/errors.h @@ -15,7 +15,7 @@ extern "C" { #define VFW_FIRST_CODE 0x200 #define MAX_ERROR_TEXT_LEN 160 -#include +#include typedef BOOL (WINAPI* AMGETERRORTEXTPROCA)(HRESULT, char *, DWORD); typedef BOOL (WINAPI* AMGETERRORTEXTPROCW)(HRESULT, WCHAR *, DWORD);