1/*
2 * Copyright (c) 2010 Apple Inc. All rights reserved.
3 *
4 * @APPLE_LLVM_LICENSE_HEADER@
5 */
6
7// stdafx.h : include file for standard system include files,
8// or project specific include files that are used frequently, but
9// are changed infrequently
10//
11
12#pragma once
13
14#ifndef _WIN32_WINNT		// Allow use of features specific to Windows XP or later.
15#define _WIN32_WINNT 0x0501	// Change this to the appropriate value to target other versions of Windows.
16#endif
17
18#include <stdio.h>
19#include <tchar.h>
20
21
22
23// TODO: reference additional headers your program requires here
24