[grisbi-cvs] grisbi/src/plugins/ofx ofx.h,1.6,1.7

Gunee guneemwelloeux at users.sourceforge.net
Mon Nov 9 16:21:09 CET 2009


Update of /cvsroot/grisbi/grisbi/src/plugins/ofx
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27485

Modified Files:
	ofx.h 
Log Message:
Compatibility definition updated

Index: ofx.h
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/plugins/ofx/ofx.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ofx.h	14 Oct 2009 13:01:39 -0000	1.6
+++ ofx.h	9 Nov 2009 15:21:07 -0000	1.7
@@ -13,12 +13,12 @@
 /* END_DECLARATION */
 
 
-
-#ifndef _WIN32
+//It seems the following applies to everyone, otherwise OFX_* are not defined
+//#ifdef _WIN32
 /* On Windows, the Ofx Severity enumerate values are already used in wingdi.h, DELETE is used in winnt.h
  * This is a work around to this issues :
- *  INFO, WARN, ERROR, DELETE and REPLACE are defined in standard libofx.h;
- *  on windows there should be prefixed by OFX_ 
+ *  INFO, WARN, ERROR, DELETE and REPLACE are used in standard libofx.h;
+ *  on windows they should be prefixed by OFX_ 
  */
 
 #ifndef OFX_INFO
@@ -41,6 +41,6 @@
 #define OFX_REPLACE REPLACE
 #endif
 
-#endif /* _WIN32 */
+// #endif /* _WIN32 */
 
 #endif /* GSB_OFX_H */



More information about the cvs mailing list