Rapid-Q Documentation by William Yu (c)1999 | Appendix C: Rapid-Q definitions |
|
$DEFINE WIN32 WIN32 $DEFINE UNIX UNIX $DEFINE TYPE STRUCTWIN32 is defined if you're using the Windows version of Rapid-Q
$UNDEF TYPEThis is the only definition (at this time) that can affect your program when unhooked. See the section on "User Defined Types" for more information.
$IFDEF WIN32 PRINT "I'm using the Windows version!" $ELSE PRINT "I'm using the Linux/Unix version!" $ENDIF
<- Operators | Contents | Data Types -> |