From b89ade1c5cd57a529c44913d0757cb9874ca950d Mon Sep 17 00:00:00 2001 From: SteveMcNeill Date: Sat, 23 Sep 2017 20:33:58 -0400 Subject: [PATCH] Patch to previous patch for Linux/Mac compatability --- internal/c/parts/user_mods/include/steve_mods.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/internal/c/parts/user_mods/include/steve_mods.h b/internal/c/parts/user_mods/include/steve_mods.h index fd31498ce..a28c83765 100644 --- a/internal/c/parts/user_mods/include/steve_mods.h +++ b/internal/c/parts/user_mods/include/steve_mods.h @@ -33,4 +33,7 @@ double func_csc (double num); double func_cot (double num); int32 func_screenicon (); -extern HWND window_handle; \ No newline at end of file +#ifdef QB64_WINDOWS + extern HWND window_handle; +#endif +