23 #ifndef _SUITAPP_INIT_PYTHON_
24 #define _SUITAPP_INIT_PYTHON_
29 #ifdef _POSIX_C_SOURCE
30 #undef _POSIX_C_SOURCE
40 # if defined SUITAPP_EXPORTS || defined SUITApp_EXPORTS
41 # define SUITAPP_EXPORT __declspec(dllexport)
43 # define SUITAPP_EXPORT __declspec(dllimport)
46 # define SUITAPP_EXPORT
52 static void init_python(
int argc,
char **argv);
#define SUITAPP_EXPORT
Definition: SUITApp_init_python.hxx:46
Definition: SUITApp_init_python.hxx:50
static bool initialized
Definition: SUITApp_init_python.hxx:51