windows-nt/Source/XPSP1/NT/windows/appcompat/shims/general/precomp.h
2020-09-26 16:20:57 +08:00

13 lines
211 B
C++

#ifndef _GPSHIMS_PRECOMP_H_
#define _GPSHIMS_PRECOMP_H_
#include "ShimHook.h"
#include "IllegalStr.h" // make strXXX routines illegal
#include "tcs.h"
using namespace ShimLib;
#endif // _GPSHIMS_PRECOMP_H_