- 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:
parent
85b5157a7e
commit
13ff8b1870
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user