Fix compilation.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2019-04-19 21:07:15 +01:00
parent cbceb5c79f
commit 598cb2e70e
2 changed files with 2 additions and 1 deletions

View file

@ -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&) { }

View file

@ -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;