Skip to content

Commit

Permalink
Merge pull request #42 from marco-calautti/msw-cleanup
Browse files Browse the repository at this point in the history
Removed unused MSW includes
  • Loading branch information
marco-calautti authored Jan 4, 2024
2 parents 5714251 + a512e64 commit 0ff0664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions app/src/DPApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#include <DPApp.h>
#include <gui/DeltaPatcherMainDialog.h>

#ifdef __WXMSW__
#include <windows.h>
#endif

IMPLEMENT_APP(DPApp)

bool DPApp::OnInit(){
Expand Down
5 changes: 0 additions & 5 deletions app/src/gui/DeltaPatcherMainDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
#include <gui/icons/switch.xpm>
#include <gui/icons/log.xpm>

#ifdef __WXMSW__
#include <wx/msw/registry.h>
#include <wx/stdpaths.h>
#endif

DeltaPatcherMainDialog::DeltaPatcherMainDialog( wxWindow* parent, const wxString& patchName )
:
MainDialog( parent ), decodeMode(true), pendingPatchPath(patchName)
Expand Down

0 comments on commit 0ff0664

Please sign in to comment.