From 3c02f88b5d407fa859a607666e1287efab58aafb Mon Sep 17 00:00:00 2001 From: Mr_Goldberg Date: Fri, 1 May 2020 12:19:41 -0400 Subject: [PATCH] Fix steamclient windows build. --- dll/wrap.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dll/wrap.cpp b/dll/wrap.cpp index 6e262c6..18c775e 100644 --- a/dll/wrap.cpp +++ b/dll/wrap.cpp @@ -15,13 +15,13 @@ License along with the Goldberg Emulator; if not, see . */ +#ifdef STEAM_WIN32 +// Nothing to be done here +#else #define STEAM_API_FUNCTIONS_IMPL #include "base.h" #include "dll.h" -#ifdef STEAM_WIN32 -// Nothing to be done here -#else #include #include