source: trunk/Utilities/Miscellaneous/EventSynchronizationTest01/targetver.h @ 203

Last change on this file since 203 was 203, checked in by roman, 11 years ago
File size: 524 bytes
RevLine 
[203]1////////////////////////////////////////////////////////////
2// Copyright (C) Roman Ryltsov, 2008-2011
3// Created by Roman Ryltsov roman@alax.info
4//
5// $Id: targetver.h 244 2011-03-16 19:40:21Z alax $
6
7#pragma once
8
9// Including SDKDDKVer.h defines the highest available Windows platform.
10
11// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
12// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
13
14#include <SDKDDKVer.h>
Note: See TracBrowser for help on using the repository browser.