- use #undef to avoid name conflicts with OUT. OUT is the name of

part of a pit structure, but is also defined in the system headers
  on some systems.
This commit is contained in:
Bryce Denney 2001-06-28 01:36:11 +00:00
parent 85b5157a7e
commit 13ff8b1870
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@
#include "bochs.h"
#ifdef OUT
// OUT is defined in system headers on cygwin, maybe others.
# undef OUT
#endif
class pit_82C54 : public logfunctions {
public: