mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-16 14:15:50 -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
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#if wxUSE_WEBREQUEST
|
||||
|
||||
#ifndef _WX_ctlGitPanel_H_
|
||||
#define _WX_ctlGitPanel_H_
|
||||
|
|
@ -87,7 +88,7 @@ private:
|
|||
wxButton* m_cancelButton;
|
||||
wxStaticBitmap* m_imageStaticBitmap;
|
||||
wxWebRequest m_currentRequest;
|
||||
|
||||
|
||||
wxCheckBox* m_postCheckBox;
|
||||
wxTextCtrl* m_postContentTypeTextCtrl;
|
||||
wxTextCtrl* m_postRequestTextCtrl;
|
||||
|
|
@ -109,3 +110,4 @@ private:
|
|||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
@ -207,7 +207,9 @@ private:
|
|||
ctlListView *properties;
|
||||
ctlListView *statistics;
|
||||
ctlListView *dependents, *dependencies;
|
||||
#if wxUSE_WEBREQUEST
|
||||
ctlGitPanel* git;
|
||||
#endif
|
||||
ctlAuiNotebook *listViews;
|
||||
ctlSQLBox *sqlPane;
|
||||
wxMenu *newMenu, *debuggingMenu, *reportMenu, *toolsMenu, *pluginsMenu, *viewMenu,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
// Copyright: (c) 2007 Luciano Cattani
|
||||
// Licence: wxWidgets licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#if wxUSE_WEBREQUEST
|
||||
|
||||
#ifndef _WX_JSON_DEFS_H_
|
||||
#define _WX_JSON_DEFS_H_
|
||||
|
|
@ -207,3 +207,4 @@
|
|||
#endif // _WX_JSON_DEFS_H_
|
||||
|
||||
|
||||
#endif
|
||||
|
|
@ -7,6 +7,7 @@
|
|||
// Copyright: (c) 2007 Luciano Cattani
|
||||
// Licence: wxWidgets licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#if wxUSE_WEBREQUEST
|
||||
|
||||
#include "pgAdmin3.h"
|
||||
|
||||
|
|
@ -144,5 +145,5 @@ protected:
|
|||
|
||||
|
||||
#endif // not defined _WX_JSONREADER_H
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
// Copyright: (c) 2007 Luciano Cattani
|
||||
// Licence: wxWidgets licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#if wxUSE_WEBREQUEST
|
||||
|
||||
#if !defined( _WX_JSONVAL_H )
|
||||
#define _WX_JSONVAL_H
|
||||
|
|
@ -436,5 +437,5 @@ public:
|
|||
|
||||
|
||||
#endif // not defined _WX_JSONVAL_H
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
// Copyright: (c) 2007 Luciano Cattani
|
||||
// Licence: wxWidgets licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#if wxUSE_WEBREQUEST
|
||||
|
||||
#include "pgAdmin3.h"
|
||||
|
||||
|
|
@ -116,6 +117,7 @@ private:
|
|||
|
||||
|
||||
#endif // not defined _WX_JSONWRITER_H
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue