mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 14:43:35 +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 VFW_FIRST_CODE 0x200
|
||||||
#define MAX_ERROR_TEXT_LEN 160
|
#define MAX_ERROR_TEXT_LEN 160
|
||||||
|
|
||||||
#include <VFWMSGS.H>
|
#include <vfwmsgs.h>
|
||||||
|
|
||||||
typedef BOOL (WINAPI* AMGETERRORTEXTPROCA)(HRESULT, char *, DWORD);
|
typedef BOOL (WINAPI* AMGETERRORTEXTPROCA)(HRESULT, char *, DWORD);
|
||||||
typedef BOOL (WINAPI* AMGETERRORTEXTPROCW)(HRESULT, WCHAR *, DWORD);
|
typedef BOOL (WINAPI* AMGETERRORTEXTPROCW)(HRESULT, WCHAR *, DWORD);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue