home *** CD-ROM | disk | FTP | other *** search
- //
- // Anything specific to me in this application can be turned on or off
- // by setting this flag. It should remain off, obviously, any time app
- // is being compiled for someone else.
- //
- #define ForDavidJohnBurrowesOnly 0
-
- #if ForDavidJohnBurrowesOnly
- //
- // There should be a warning and not an error!
- //
- #error "This is being compiled for DJB."
- #endif