1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 10:00:23 +00:00

Patch to previous patch for Linux/Mac compatability

This commit is contained in:
SteveMcNeill 2017-09-23 20:33:58 -04:00
parent e264458841
commit b89ade1c5c

View file

@ -33,4 +33,7 @@ double func_csc (double num);
double func_cot (double num);
int32 func_screenicon ();
extern HWND window_handle;
#ifdef QB64_WINDOWS
extern HWND window_handle;
#endif