diff options
| author | George Hazan <ghazan@miranda.im> | 2018-06-19 19:29:34 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-06-19 19:29:34 +0300 |
| commit | 4a2f58413213da8393ea049f5df2f4694b2e0c35 (patch) | |
| tree | 4e73b0c8d7cc1ae31f074c0d4e485e87c3ae2130 /plugins/Dbx_mdbx/src/libmdbx/test/base.h | |
| parent | 98166ec48d49755c8915d0cc7fa87fdf3084a15c (diff) | |
merge of libmdbx 1.5
Diffstat (limited to 'plugins/Dbx_mdbx/src/libmdbx/test/base.h')
| -rw-r--r-- | plugins/Dbx_mdbx/src/libmdbx/test/base.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Dbx_mdbx/src/libmdbx/test/base.h b/plugins/Dbx_mdbx/src/libmdbx/test/base.h index f0c6043220..bc82ff26c0 100644 --- a/plugins/Dbx_mdbx/src/libmdbx/test/base.h +++ b/plugins/Dbx_mdbx/src/libmdbx/test/base.h @@ -32,10 +32,10 @@ #endif /* _MSC_VER (warnings) */ /* If you wish to build your application for a previous Windows platform, -* include WinSDKVer.h and set the _WIN32_WINNT macro to the platform you -* wish to support before including SDKDDKVer.h. -* -* TODO: #define _WIN32_WINNT WIN32_MUSTDIE */ + * include WinSDKVer.h and set the _WIN32_WINNT macro to the platform you + * wish to support before including SDKDDKVer.h. + * + * TODO: #define _WIN32_WINNT WIN32_MUSTDIE */ #include <SDKDDKVer.h> #endif /* WINDOWS */ |
