]> git.pld-linux.org Git - packages/wine.git/blame - wine-gphoto2_bool.patch
- up to 7.6, adapterize
[packages/wine.git] / wine-gphoto2_bool.patch
CommitLineData
55061442
JK
1--- wine-1.6.2.orig/dlls/gphoto2.ds/gphoto2_i.h 2014-01-10 21:37:29.000000000 +0100
2+++ wine-1.6.2/dlls/gphoto2.ds/gphoto2_i.h 2014-05-03 12:30:26.674481549 +0200
3@@ -32,7 +32,11 @@
4 #ifdef HAVE_GPHOTO2
5 /* Hack for gphoto2, which changes behaviour when WIN32 is set. */
6 #undef WIN32
7+#define TRUE 1
8+#define FALSE 0
9 #include <gphoto2/gphoto2-camera.h>
10+#undef TRUE
11+#undef FALSE
12 #define WIN32
13 #endif
14
This page took 0.024963 seconds and 4 git commands to generate.