mirror of
https://github.com/slendidev/lunar.git
synced 2026-01-31 00:38:59 +02:00
11
subprojects/tracy/public/common/TracyUwp.hpp
Normal file
11
subprojects/tracy/public/common/TracyUwp.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __TRACYUWP_HPP__
|
||||
#define __TRACYUWP_HPP__
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <winapifamily.h>
|
||||
# if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
|
||||
# define TRACY_UWP
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user