windows-nt/Source/XPSP1/NT/windows/appcompat/shims/specific/precomp.h

13 lines
223 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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_