blob: bcd3241611e31e832a023393602f6d54dbc89b52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/HexDialogs.cpp.orig 2017-12-31 02:15:18 UTC
+++ src/HexDialogs.cpp
@@ -24,7 +24,8 @@
#define NANINT 0xFFFFFFFFFFFFFFFFLL
#include "HexDialogs.h"
#include <wx/progdlg.h>
-#include "../mhash/include/mhash.h"
+typedef bool _Bool;
+#include <mhash.h>
#ifdef __SSE2__
#include <emmintrin.h>
|