mstscax.dll sniffer: loads between mstsc.exe and the real mstscax.dll (renamed to...
[reactos.git] / reactos / base / applications / tsclient / porting-tools / mstscax / stdafx.h
1 #pragma once
2
3 #include <stdarg.h>
4 #include <tchar.h>
5 #include <stdio.h>
6
7 #include <string>
8 #include <sstream>
9
10 #define WIN32_LEAN_AND_MEAN
11 #define STRICT
12 #define NOMINMAX
13
14 #include <windows.h>
15 #include <objbase.h>
16 #include <objsafe.h>
17
18 #include <strsafe.h>
19
20 //#pragma warning(push)
21 //#pragma warning(disable:4192)
22 #import <mstscax.dll> named_guids exclude("LONG_PTR", "UINT_PTR")
23
24 //#pragma warning(pop)
25
26 // EOF