1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00

One line fix for OSX compatibility (was broken in prev Linux update)

This commit is contained in:
Galleon 2014-04-24 18:34:19 +10:00
parent 21331e9399
commit 88592b4588

View file

@ -29961,7 +29961,9 @@ extern void set_dynamic_info();
int main( int argc, char* argv[] ){
#ifdef QB64_LINUX
XInitThreads();
#ifndef QB64_MACOSX
XInitThreads();
#endif
#endif
static int32 i,i2,i3,i4;