Files
Slnkdwf/Viewer/stdafx.h
Jos Groot Lipman 185babff53 Versie 2.80
svn path=/Slnkdwf/trunk/; revision=12530
2012-01-11 19:23:50 +00:00

25 lines
571 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 0x0501 // XP en later
#define _WIN32_IE 0x0400
#define _RICHEDIT_VER 0x0100
#define _ATL_DEBUG_INTERFACES
#include "../SLNKDwfImpl/targetsxs.h"
#include <atlbase.h>
#include <atlapp.h>
//extern CAppModule _Module; gaf vage instabiliteit
extern CAtlWinModule _Module;
#include "ViewerLib.h"