From 0d581f2f8b794aca872ff80960624b61b70dff1d Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Sat, 30 Jan 2021 23:46:16 +0100 Subject: [PATCH] Fix --- src/skel/glfw/glfw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skel/glfw/glfw.cpp b/src/skel/glfw/glfw.cpp index dcd2b23f..99b1e380 100644 --- a/src/skel/glfw/glfw.cpp +++ b/src/skel/glfw/glfw.cpp @@ -1488,10 +1488,10 @@ WinMain(HINSTANCE instance, int main(int argc, char *argv[]) { +#endif #ifdef LOG_TO_FILE freopen("re3_log.txt", "w", stdout); freopen("re3_errors.txt", "w", stderr); -#endif #endif RwV2d pos; RwInt32 i;