Remove a kludge that was introduced to work around the #defined "NONE".
This commit is contained in:
parent
30d239eeda
commit
b2d8574b75
1 changed files with 0 additions and 8 deletions
|
@ -54,14 +54,6 @@
|
||||||
// my hardware/driver requires many more.
|
// my hardware/driver requires many more.
|
||||||
#define POFF_UNITS 40
|
#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.
|
// Local functions.
|
||||||
|
|
Loading…
Add table
Reference in a new issue