Windows2003-3790/inetcore/connectionwizard/icwphbk/pch.h
2020-09-30 16:53:55 +02:00

15 lines
206 B
C

#if defined(WIN16)
#define WINVER 0x30a
#endif
#include <windows.h>
#if defined(WIN16)
#define WCHAR WORD
#include <stdio.h>
#include <memory.h>
#include <ctype.h>
#endif
#include <tapi.h>