Lines Matching full:sdk
23 …SDK headers in public headers of your library. Windows SDK headers are known to be dependent on a …
24 * Avoid dealing with lots of macros defined by Windows SDK headers.
27 * Better compatibility with different implementations of Windows SDK, like MinGW and MinGW-w64.
29 … functions, types and constants mimicking the real declarations in Windows SDK. In some cases simp…
39 …rently Windows Vista/Server 2008 on compilers that support this version of SDK and Windows XP on o…
42 … from Windows SDK as needed. Otherwise Boost.WinAPI will provide its own declarations of the SDK c…
54 …[[`BOOST_WINAPI_IS_MINGW`] [Defined if Windows SDK is provided by [@http://mingw.…
55 …[[`BOOST_WINAPI_IS_MINGW_W64`] [Defined if Windows SDK is provided by [@http://mingw-…
56 …[[`BOOST_WINAPI_IS_CYGWIN`] [Defined if Windows SDK is provided by MinGW variant f…
63 …ls like functions and types in the global namespace, mimicking the Windows SDK, and the correspond…
65 …ailing underscore ('_') in their name to avoid clashes with macros that are defined in Windows SDK.