mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-25 22:03:16 -06:00
Add json support for linux.
Добавлена поддержка json формата для Linux. sysSetting поддерживает чтение/запись в файл расширенных настроек pgadmin3opt.json.
This commit is contained in:
parent
bebc9bee52
commit
b0e9e1bf84
12 changed files with 100 additions and 36 deletions
|
|
@ -9,11 +9,11 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "jsonreader.cpp"
|
||||
//#pragma implementation "jsonreader.cpp"
|
||||
#endif
|
||||
|
||||
#include "pgAdmin3.h"
|
||||
#if !defined(NO_WXJSON_GIT)
|
||||
|
||||
|
||||
#include <wx/mstream.h>
|
||||
#include <wx/sstream.h>
|
||||
|
|
@ -2127,6 +2127,3 @@ wxJSONReader::DoStrto_ll(const wxString& str, wxUint64* ui64, wxChar* sign)
|
|||
}
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue