mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 01:35:46 -04:00
Common: Add UWP support for helper classes
This commit is contained in:
@ -20,10 +20,12 @@
|
||||
#endif
|
||||
|
||||
// require vista+
|
||||
#ifndef WINAPI_FAMILY
|
||||
#ifdef _WIN32_WINNT
|
||||
#undef _WIN32_WINNT
|
||||
#endif
|
||||
#define _WIN32_WINNT _WIN32_WINNT_VISTA
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
Reference in New Issue
Block a user