7 lines
89 B
C++
7 lines
89 B
C++
#ifndef _COMMON_DOS_HPP_
|
|
#define _COMMON_DOS_HPP_
|
|
#include <dos.h>
|
|
#undef enable
|
|
#endif
|
|
|