Microsoft Releases Windows 10 SDK
An anonymous reader writes: Microsoft today launched developer tools for the Windows 10 Technical Preview, including a software development kit (SDK). Developers can use the new tools, currently in preview, to start building universal Windows apps for Microsoft's upcoming operating system. A universal Windows app is Microsoft's verbiage for an app that can run across different form factors, including PCs, tablets, and phones. Developers can publish these apps in the Windows Store, which will be available across all types of Windows 10 devices.
Even "desktop" applications are going to have over-sized text and clunky controls now?
New APIs introduced, from
#if(WINVER >= 0x0600)
WINBASEAPI
BOOL
WINAPI
SwitchToMetro(
);
#define SwitchToDesktop()
#define IsUserAPirate() (false)
#ifndef _NTOS_ // #define LinuxIsStupid() (true) // issue 872354,
#if defined(_M_IA64) && !defined(RC_INVOKED)
caution, Kurt got fired for this.
#endif
#endif
LONG
__cdecl
MakeTheUserAcceptMetro (
__inout LONG volatile *Penor
);
#endif