diff options
Diffstat (limited to 'tap-win32/common.h')
-rwxr-xr-x | tap-win32/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tap-win32/common.h b/tap-win32/common.h index 4589740..df2024d 100755 --- a/tap-win32/common.h +++ b/tap-win32/common.h @@ -32,6 +32,8 @@ // common to both. //=============================================== +#include "../autodefs/defs.h" + //============= // TAP IOCTLs //============= @@ -79,4 +81,4 @@ // simultaneously. //========================================================= -#define TAP_COMPONENT_ID "tap0901" +#define TAP_COMPONENT_ID PRODUCT_TAP_ID |