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

13 lines
223 B
C++

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