---
 lib/obex_incl.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/lib/obex_incl.h b/lib/obex_incl.h
index dbca28e..d1b5446 100644
--- a/lib/obex_incl.h
+++ b/lib/obex_incl.h
@@ -10,6 +10,11 @@
 /* This add the deprecated API items */
 #define OPENOBEX_DEPRECATED 1
 
+/* Visual Studio C++ Compiler 7.1 does not know about Bluetooth */
+#if defined(_MSC_VER) && _MSC_VER < 1400
+#define bt_addr_t void
+#endif
+
 #include <openobex/obex.h>
 
 #endif
-- 
1.7.5.4


------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Openobex-users mailing list
Openobex-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to