summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_abi.patch
blob: 375397cd7d3c4c2cfc7977fe7f9ea6d8ceed2e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.9-0/wx+/app_main.h 10.9-1/wx+/app_main.h
--- 10.9-0/wx+/app_main.h	2019-02-13 16:05:15.000000000 -0500
+++ 10.9-1/wx+/app_main.h	2019-02-16 13:51:32.437266070 -0500
@@ -7,6 +7,8 @@
 #ifndef APP_MAIN_H_08215601837818347575856
 #define APP_MAIN_H_08215601837818347575856
 
+#define __GXX_ABI_VERSION 1002
+
 #include <wx/window.h>
 #include <wx/app.h>
 
bgstack15