Windows2003-3790/shell/ext/hnw/nconn32/stdafx.h
2020-09-30 16:53:55 +02:00

27 lines
366 B
C

//
// StdAfx.h
//
#define STRICT
#define VC_EXTRALEAN
#include <windows.h>
#include <tchar.h>
#include <stdarg.h>
// fauxmfc.cpp needs these
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include "Debug.h"
#define _FAUXMFC_NO_SYNCOBJ
#include "FauxMFC.h"
#include "Util.h"
#define _REG_ALLOCMEM 0
#include "Registry.h"