My Project  0.10.0
Windows SDK for Facebook
targetver.h
1 //******************************************************************************
2 //
3 // Copyright (c) 2015 Microsoft Corporation. All rights reserved.
4 //
5 // This code is licensed under the MIT License (MIT).
6 //
7 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
8 // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
9 // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
10 // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11 // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
12 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13 // THE SOFTWARE.
14 //
15 //******************************************************************************
16 
17 #pragma once
18 
19 // Including SDKDDKVer.h defines the highest available Windows platform.
20 
21 // If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
22 // set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
23 
24 #include <SDKDDKVer.h>