13 lines
177 B
C
13 lines
177 B
C
|
|
||
|
#ifndef _VFSHIMS_PRECOMP_H_
|
||
|
#define _VFSHIMS_PRECOMP_H_
|
||
|
|
||
|
#include "ShimHook.h"
|
||
|
|
||
|
using namespace ShimLib;
|
||
|
|
||
|
#include "VerifLog.h"
|
||
|
#include "ids.h"
|
||
|
|
||
|
#endif // _VFSHIMS_PRECOMP_H_
|