Fix compilation.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
cbceb5c79f
commit
598cb2e70e
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "YamlHelper.h"
|
||||
#include "Video.h"
|
||||
|
||||
void VideoReinitialize() { }
|
||||
void VideoReinitialize(bool bInitVideoScannerAddress) { }
|
||||
void KeybLoadSnapshot(YamlLoadHelper&, unsigned int) { }
|
||||
std::string GetSnapshotCardName() { return ""; }
|
||||
void SpkrLoadSnapshot(YamlLoadHelper&) { }
|
||||
|
|
|
@ -250,6 +250,7 @@ typedef struct tagPOINT
|
|||
#define wsprintf sprintf
|
||||
#define _strdup strdup
|
||||
#define _strtoui64 strtoull
|
||||
#define _stricmp strcasecmp
|
||||
|
||||
typedef void * HINSTANCE;
|
||||
typedef int HRESULT;
|
||||
|
|
Loading…
Add table
Reference in a new issue