diff --git a/ruapu.h b/ruapu.h index 24c11dd..e9b213b 100644 --- a/ruapu.h +++ b/ruapu.h @@ -25,9 +25,14 @@ int ruapu_supports(const char* isa); #include #if WINAPI_FAMILY == WINAPI_FAMILY_APP +// uwp does not support veh :( +#if defined (_MSC_VER) +#pragma message("warning: ruapu does not support UWP yet.") +#else +#warning ruapu does not support UWP yet. +#endif static int ruapu_detect_isa(const void* some_inst) { - // uwp does not support seh :( (void)some_inst; return 0; }