Update Spanish translation
[gnumeric.git] / plugins / paradox / px.h
blob7d78c5fcb2170dddae20c98dace90606cf7aef41
1 #ifndef GNUMERIC_PLUGIN_PARADOX_PARADOX_H
2 #define GNUMERIC_PLUGIN_PARADOX_PARADOX_H
4 #include <gnumeric.h>
5 #include <pxversion.h>
6 /* if we are there, pxlib has been built with gsf support, so we need
7 * to define HAVE_GSF at least for pxlib-0.6.7 see #769319 and
8 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832827 */
9 #define HAVE_GSF 1
10 #include <paradox-gsf.h>
12 #define PX_MEMORY_DEBUGGING
13 #ifdef PX_MEMORY_DEBUGGING
14 #include <paradox-mp.h>
15 #endif
17 #endif