39#ifndef THREAD_SUB_WINRT_H
40#define THREAD_SUB_WINRT_H
51#ifndef WIN32_LEAN_AND_MEAN
52# define WIN32_LEAN_AND_MEAN
58#if defined(WINAPI_FAMILY)
59# if (WINAPI_FAMILY == WINAPI_FAMILY_PHONE_APP)
60# if (_WIN32_WINNT >= 0x0603)
63# error artoolkitX for Windows Phone requires Windows Phone 8.1 or later. Please compile with Visual Studio 2013 or later with Windows Phone 8.1 SDK installed and with _WIN32_WINNT=0x0603 in your project compiler settings (setting /D_WIN32_WINNT=0x0603).
65# elif (WINAPI_FAMILY == WINAPI_FAMILY_PC_APP)
66# if (_WIN32_WINNT >= 0x0603)
69# error artoolkitX for Windows Store requires Windows 8.1 or later. Please compile with Visual Studio 2013 or later with Windows 8.1 SDK installed and with _WIN32_WINNT=0x0603 in your project compiler settings (setting /D_WIN32_WINNT=0x0603).
Definition: thread_sub.c:78
#define ARUTIL_EXTERN
Definition: types.h:58