Add missing variable definition.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2020-03-31 19:19:44 +01:00
parent 92d421bc68
commit 54117536fd

View file

@ -7,6 +7,8 @@
static const UINT VERSIONSTRING_SIZE = 16;
TCHAR VERSIONSTRING[VERSIONSTRING_SIZE] = "xx.yy.zz.ww";
HANDLE g_hCustomRom = INVALID_HANDLE_VALUE; // Cmd-line specified custom ROM at $C000..$FFFF(16KiB) or $D000..$FFFF(12KiB)
static bool bLogKeyReadDone = false;
static DWORD dwLogKeyReadTickStart;