mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +03:00
8 lines
686 B
C
8 lines
686 B
C
#pragma once
|
||
|
||
// L'inclusione di SDKDDKVer.h definisce la piattaforma Windows più recente disponibile.
|
||
|
||
// Se si desidera compilare l'applicazione per una piattaforma Windows precedente, includere WinSDKVer.h e
|
||
// impostare la macro _WIN32_WINNT sulla piattaforma da supportare prima di includere SDKDDKVer.h.
|
||
|
||
#include <SDKDDKVer.h>
|