Files
Slnkdwf/WincmdViewer/stdafx.h
Jos Groot Lipman 7c91642b32 Dependencies
svn path=/Slnkdwf/trunk/; revision=12522
2011-09-14 20:23:10 +00:00

22 lines
533 B
C

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
// Change these values to use different versions
//#define _WIN32_WINNT 0x0400
#define _WIN32_IE 0x0400
#define _RICHEDIT_VER 0x0100
#include "../SLNKDwfImpl/targetsxs.h"
#define _ATL_DEBUG_INTERFACES
#include <atlbase.h>
#include <atlapp.h>
//extern CAppModule _Module; gaf vage instabiliteit
#include "../Viewer/ViewerLib.h"