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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/3rdparty/lua/src/modules/winreg.h b/3rdparty/lua/src/modules/winreg.h
index c332f07..52fbedf 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__ 2018040518
+#define __WINREG_H_VER__ 2018040520
#if (defined(_MSC_VER) && (_MSC_VER >= 1020)) || defined(__MCPP)
#pragma once
#endif // Check for "#pragma once" support
@@ -15,8 +15,5 @@ extern "C" {
#endif
#define LUA_WINREGNAME "winreg"
-#define LUA_REG_NO_WINTRACE
-#define LUA_REG_NO_HIVEOPS
-#define LUA_REG_NO_DLL
#endif // __LWINREG_H_VER__