Merge pull request #203 from msbroadf/develop

Update chaiscript_engine.hpp
This commit is contained in:
Jason Turner 2015-08-13 14:12:38 -06:00
commit 8ed2158709

View File

@ -36,7 +36,9 @@
#else
#ifdef CHAISCRIPT_WINDOWS
#define VC_EXTRA_LEAN
#if !defined(WIN32_LEAN_AND_MEAN)
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#endif
#endif