for linux compile

Исправления для компиляции под linux (ubunta)
This commit is contained in:
Sergey 2023-01-30 18:07:06 +05:00 committed by lsv
parent f177940bd4
commit b5236a0b1a
13 changed files with 54 additions and 26 deletions

View file

@ -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

View file

@ -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,

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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