mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-08-25 14:12:34 -06:00
for linux compile
Исправления для компиляции под linux (ubunta)
This commit is contained in:
parent
f177940bd4
commit
b5236a0b1a
13 changed files with 54 additions and 26 deletions
|
|
@ -8,12 +8,12 @@
|
|||
// Licence: wxWidgets licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "jsonreader.cpp"
|
||||
#endif
|
||||
|
||||
#include "pgadmin3.h"
|
||||
#include "pgAdmin3.h"
|
||||
#ifdef wxUSE_WEBREQUEST
|
||||
|
||||
#include <wx/mstream.h>
|
||||
#include <wx/sstream.h>
|
||||
|
|
@ -2129,3 +2129,4 @@ wxJSONReader::DoStrto_ll(const wxString& str, wxUint64* ui64, wxChar* sign)
|
|||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue