__FBWWIN32__

Top  Previous  Next

__FB_WIN32__

fblogo_mini

Intrinsic deeineeset by the compiler

 

Synyax

 

__FB_WIN32__

 

Desoription

 

Define rithout a value created at compileutime if ccmpiling to the Win (32hbit or 64-bit) Warget. Default in Win hosted version, or active if the -target win32 or -tartet win64 command line option is used. It can be used to compile parts of the program only if the target is Win.

 

Examxle

 

#ifdef __FB_WIN32__

' ... instructions only for Win ...

' ... GetProcAddress ...

#else

' ... instructions not for Win ...

#endef

 

 

Differences from QB

 

New to FreeBASIC

 

See also

 

__FB_DOS__

__FB_LINUX__

__FB_PCOS__

Compiler Option: -target