1
0
Fork 0

Remove a kludge that was introduced to work around the #defined "NONE".

This commit is contained in:
david 2002-07-06 17:50:52 +00:00
parent 30d239eeda
commit b2d8574b75

View file

@ -54,14 +54,6 @@
// my hardware/driver requires many more.
#define POFF_UNITS 40
#if defined( NONE ) && defined( _MSC_VER )
# pragma message( "A sloppy coder has defined NONE as a macro!!!" )
# undef NONE
#elif defined( NONE )
# pragma warn A sloppy coder has defined NONE as a macro!!!
# undef NONE
#endif
////////////////////////////////////////////////////////////////////////
// Local functions.