mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 08:45:46 -04:00
MSBuild: Support building with clang-cl
This commit is contained in:
@ -28,6 +28,9 @@
|
||||
|
||||
// see Include/shared/winapifamily.h in the Windows Kit
|
||||
#if defined(WINAPI_FAMILY_PARTITION) && (!(defined(IOWIN32_USING_WINRT_API)))
|
||||
#ifndef WINAPI_FAMILY_ONE_PARTITION
|
||||
#define WINAPI_FAMILY_ONE_PARTITION(PartitionSet, Partition) ((WINAPI_FAMILY & PartitionSet) == Partition)
|
||||
#endif
|
||||
#if WINAPI_FAMILY_ONE_PARTITION(WINAPI_FAMILY, WINAPI_PARTITION_APP)
|
||||
#define IOWIN32_USING_WINRT_API 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user