1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix build on Windows

This commit is contained in:
kwolekr 2013-02-23 12:30:13 -05:00
parent 5bd50a2d90
commit 28c50c16cd
3 changed files with 12 additions and 3 deletions

View file

@ -32,6 +32,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500
#endif
#include <windows.h>
#ifdef _MSC_VER
#include <eh.h>