13 lines
223 B
C++
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_
|