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

10 lines
141 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _LUA_PRECOMP_H_
#define _LUA_PRECOMP_H_
#include "ShimHook.h"
using namespace ShimLib;
#include "lua.h"
#endif // _LUA_PRECOMP_H_