summaryrefslogtreecommitdiff
path: root/libgphoto2_port/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2014-02-22 15:52:05 +0000
committerMarcus Meissner <marcus@jet.franken.de>2014-02-22 15:52:05 +0000
commit4ae3e2655fc8cddf9fba17a2689b4a97279ac31e (patch)
treea0e5687896b8ae98d3c6253c5fd5675a9f11820e /libgphoto2_port/gphoto2
parent81267c87833b96e909325c1fd1c2b268d973108f (diff)
downloadlibgphoto2-4ae3e2655fc8cddf9fba17a2689b4a97279ac31e.tar.gz
undef interface after doing the windows.h inclusion, as we use it ourselves
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14764 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/gphoto2')
-rw-r--r--libgphoto2_port/gphoto2/gphoto2-port-portability.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgphoto2_port/gphoto2/gphoto2-port-portability.h b/libgphoto2_port/gphoto2/gphoto2-port-portability.h
index fdbb92dad..dded685c7 100644
--- a/libgphoto2_port/gphoto2/gphoto2-port-portability.h
+++ b/libgphoto2_port/gphoto2/gphoto2-port-portability.h
@@ -29,6 +29,8 @@
************************************************************************/
# include <windows.h>
+/* done by mingw/wine headers ... defined to struct ... tsaes*/
+#undef interface
# include <sys/types.h>
# include <sys/stat.h>
# include <string.h>