5 lines
142 B
Text
5 lines
142 B
Text
CompilerIf #PB_Compiler_OS = #PB_OS_Linux
|
|
; some Linux specific code
|
|
CompilerElse
|
|
; some code for other operating systems
|
|
CompilerEndIf
|