From 6059a1d1b99186a28bcd3c60822bc8310724bfd4 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Sat, 23 Nov 2019 14:14:32 -0800 Subject: Bump version --- App/Main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'App/Main.cpp') diff --git a/App/Main.cpp b/App/Main.cpp index 8df3e6e..edf0898 100644 --- a/App/Main.cpp +++ b/App/Main.cpp @@ -267,12 +267,13 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance // g_rngDebug = CreateWindow(L"STATIC", L"", // WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT, // 200, 80, 200, 200, g_hwnd, NULL, g_hInstance, NULL); - +#ifndef NDEBUG g_panelId = CreateText(200, 100, 100, L"59"); CreateButton(200, 130, 100, L"Read", TMP1); CreateButton(200, 160, 100, L"Write", TMP2); CreateButton(200, 190, 100, L"Solve", TMP3); CreateButton(200, 220, 100, L"Randomize2", TMP4); +#endif g_witnessProc->StartHeartbeat(g_hwnd); -- cgit 1.4.1