From 54117536fda0d565a00e10958e5a47de5118fece Mon Sep 17 00:00:00 2001 From: Andrea Odetti Date: Tue, 31 Mar 2020 19:19:44 +0100 Subject: [PATCH] Add missing variable definition. Signed-off-by: Andrea Odetti --- source/linux/duplicates/Applewin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/linux/duplicates/Applewin.cpp b/source/linux/duplicates/Applewin.cpp index d5d1acbf..4c6ff32a 100644 --- a/source/linux/duplicates/Applewin.cpp +++ b/source/linux/duplicates/Applewin.cpp @@ -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;