mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
- Fix build
svn path=/trunk/; revision=33002
This commit is contained in:
parent
14f6dce9b0
commit
d4530f7f02
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ extern "C" {
|
|||
#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);
|
||||
|
|
Loading…
Reference in a new issue