GLBasic forum

Main forum => GLBasic - en => Topic started by: MrPlow on 2017-Nov-20

Title: Detect win
Post by: MrPlow on 2017-Nov-20
Hi
I know how to detect for WIN32 but what about 64 bit - should DEFINED(WIN64) ?

Anyone know if that works?
Title: Re: Detect win
Post by: hardyx on 2017-Nov-20
WIN32 and WIN64 defines in C doesn't detect the operative system the user has.
Detects the type of COMPILER you are using.
Title: Re: Detect win
Post by: MrPlow on 2017-Nov-20
Thanks!