Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lua/src/modules/winreg.h')
-rw-r--r--3rdparty/lua/src/modules/winreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/lua/src/modules/winreg.h b/3rdparty/lua/src/modules/winreg.h
index 3f026d9..c332f07 100644
--- a/3rdparty/lua/src/modules/winreg.h
+++ b/3rdparty/lua/src/modules/winreg.h
@@ -1,5 +1,5 @@
#ifndef __WINREG_H_VER__
-#define __WINREG_H_VER__ 2012102400
+#define __WINREG_H_VER__ 2018040518
#if (defined(_MSC_VER) && (_MSC_VER >= 1020)) || defined(__MCPP)
#pragma once
#endif // Check for "#pragma once" support
@@ -17,5 +17,6 @@ extern "C" {
#define LUA_WINREGNAME "winreg"
#define LUA_REG_NO_WINTRACE
#define LUA_REG_NO_HIVEOPS
+#define LUA_REG_NO_DLL
#endif // __LWINREG_H_VER__