blob: c9773e5e0eb9087908e26e49796d3c4c4638c299 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Nokia and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Nokia - Initial API and implementation
*******************************************************************************/
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "mdep.h" // also defines _WIN32_WINNT
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#define _WIN32_LEAN_AND_MEAN
#include <windows.h>
// TODO: reference additional headers your program requires here