summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lua/src/lprefix.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lua/src/lprefix.h')
-rw-r--r--3rdparty/lua/src/lprefix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/lua/src/lprefix.h b/3rdparty/lua/src/lprefix.h
index 02daa837f55..484f2ad6fbf 100644
--- a/3rdparty/lua/src/lprefix.h
+++ b/3rdparty/lua/src/lprefix.h
@@ -1,5 +1,5 @@
/*
-** $Id: lprefix.h,v 1.2 2014/12/29 16:54:13 roberto Exp $
+** $Id: lprefix.h $
** Definitions for Lua code that must come before any other header file
** See Copyright Notice in lua.h
*/
@@ -33,7 +33,7 @@
/*
** Windows stuff
*/
-#if defined(_WIN32) /* { */
+#if defined(_WIN32) /* { */
#if !defined(_CRT_SECURE_NO_WARNINGS)
#define _CRT_SECURE_NO_WARNINGS /* avoid warnings about ISO C functions */