diff --git a/profile/device/pl_device_intf.cpp b/profile/device/pl_device_intf.cpp index 8b38dd63..841b3e62 100644 --- a/profile/device/pl_device_intf.cpp +++ b/profile/device/pl_device_intf.cpp @@ -64,14 +64,14 @@ #endif -#ifndef _WINDOWS +#ifndef _WIN32 // TODO: Windows build support // unistd.h is linux only header file // it is included for read, write, close, lseek64 #include #endif -#ifdef _WINDOWS +#ifdef _WIN32 #define __func__ __FUNCTION__ #endif