blob: da2993645d2a3e2a858bb645029f18709957bc6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/HexEditor.h.orig 2017-12-31 02:15:18 UTC
+++ src/HexEditor.h
@@ -25,7 +25,8 @@
#ifndef _wxHexEditor_h_
#define _wxHexEditor_h_
-#include "../mhash/include/mhash.h"
+typedef bool _Bool;
+#include <mhash.h>
#include <wx/ffile.h>
#include <wx/clipbrd.h>
|