22 lines
533 B
C
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"
|