diff options
author | dartraiden <wowemuh@gmail.com> | 2018-09-23 01:05:11 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-09-23 01:05:11 +0300 |
commit | 2f7fbc2c8e8ff8b4c53a2f5019ae512617206f87 (patch) | |
tree | 78eace171932d26ed3c4e3ec45695bebaf16ac1a /plugins | |
parent | 4219a00f16c490adc4821720a5bb1f02aff90c84 (diff) |
Dbx_sqlite: use unique GUID
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Dbx_sqlite/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dbx_sqlite/src/main.cpp b/plugins/Dbx_sqlite/src/main.cpp index a7ed57bfee..8b2c69cfb6 100644 --- a/plugins/Dbx_sqlite/src/main.cpp +++ b/plugins/Dbx_sqlite/src/main.cpp @@ -16,8 +16,8 @@ static PLUGININFOEX pluginInfoEx = __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE | STATIC_PLUGIN, - // {7C3D0A33-2646-4001-9107-F35EA299D292} - { 0x7c3d0a33, 0x2646, 0x4001, { 0x91, 0x7, 0xf3, 0x5e, 0xa2, 0x99, 0xd2, 0x92 } } + // {DA223468-5F8E-4513-88B0-E52CE8A8B33B} + { 0xda223468, 0x5f8e, 0x4513, { 0x88, 0xb0, 0xe5, 0x2c, 0xe8, 0xa8, 0xb3, 0x3b } } }; CMPlugin::CMPlugin() : |