6 lines
178 B
Text
6 lines
178 B
Text
|
|
CompilerIf #PB_Compiler_OS = #PB_OS_Linux
|
||
|
|
CompilerError "Linux is not supported, sorry."
|
||
|
|
CompilerElse
|
||
|
|
CompilerWarning "OS supported, you can now comment me."
|
||
|
|
CompilerEndIf
|