diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-05 19:31:43 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-05 19:31:43 +0000 |
commit | 528949c71a12f54dc7b71133a32d9ee91cb53298 (patch) | |
tree | a2b57251631adf14f00a4d775b6894da06f670fc /plugins/BasicHistory/targetver.h | |
parent | a6fb825ecbf5313b010fd8cf37754f494cabddc5 (diff) |
BasicHistory - the alternative for history++
git-svn-id: http://svn.miranda-ng.org/main/trunk@317 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BasicHistory/targetver.h')
-rw-r--r-- | plugins/BasicHistory/targetver.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/BasicHistory/targetver.h b/plugins/BasicHistory/targetver.h new file mode 100644 index 0000000000..90e767bfce --- /dev/null +++ b/plugins/BasicHistory/targetver.h @@ -0,0 +1,8 @@ +#pragma once
+
+// Including SDKDDKVer.h defines the highest available Windows platform.
+
+// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
+// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
+
+#include <SDKDDKVer.h>
|