diff --git a/include/common.h b/include/common.h index 299b79f42..1690db880 100644 --- a/include/common.h +++ b/include/common.h @@ -80,6 +80,7 @@ typedef void *XNVCTRL_LIB; #include #include +#ifndef _BASETSD_H typedef UINT8 uint8_t; typedef UINT16 uint16_t; typedef UINT32 uint32_t; @@ -88,6 +89,7 @@ typedef INT8 int8_t; typedef INT16 int16_t; typedef INT32 int32_t; typedef INT64 int64_t; +#endif typedef HINSTANCE OCL_LIB;