Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions profile/device/pl_device_intf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <unistd.h>
#endif

#ifdef _WINDOWS
#ifdef _WIN32
#define __func__ __FUNCTION__
#endif

Expand Down
Loading