12 lines
176 B
C++
12 lines
176 B
C++
|
|
#ifndef _GPSHIMS64_PRECOMP_H_
|
|
#define _GPSHIMS64_PRECOMP_H_
|
|
|
|
#include "ShimHook.h"
|
|
#include <strsafe.h>
|
|
|
|
using namespace ShimLib;
|
|
|
|
|
|
#endif // _GPSHIMS64_PRECOMP_H_
|