Skip to content

Commit 106dcd2

Browse files
committed
one more compilation fix
1 parent 218bb34 commit 106dcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SumatraPDF.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4810,7 +4810,7 @@ static LRESULT FrameOnCommand(WindowInfo* win, HWND hwnd, UINT msg, WPARAM wp, L
48104810
FrameOnChar(win, 'h');
48114811
break;
48124812

4813-
#if defined(DEBUG) || defined(IS_DAILY_BUILD) || defined(PRE_RELEASE_VER)
4813+
#if defined(DEBUG)
48144814
case CmdDebugTestApp:
48154815
extern void TestApp(HINSTANCE hInstance);
48164816
TestApp(GetModuleHandle(nullptr));

0 commit comments

Comments
 (0)