diff options
Diffstat (limited to 'tap-win32/common.h')
-rwxr-xr-x | tap-win32/common.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tap-win32/common.h b/tap-win32/common.h index c8dcd5d..7ec3440 100755 --- a/tap-win32/common.h +++ b/tap-win32/common.h @@ -28,15 +28,7 @@ // common to both. //=============================================== -#if defined(HAVE_CONFIG_H) -#include "config.h" -#else -#if defined(_MSC_VER) && !defined(TAP_DRIVER_MAJOR_VERSION) -#include "config-win32.h" -#else -#include "../config.h" -#endif -#endif +#include "autodefs.h" //============= // TAP IOCTLs |