diff options
Diffstat (limited to 'dev/LibSCI/Macros.h')
| -rw-r--r-- | dev/LibSCI/Macros.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibSCI/Macros.h b/dev/LibSCI/Macros.h index 2029b5d1..7d2f7467 100644 --- a/dev/LibSCI/Macros.h +++ b/dev/LibSCI/Macros.h @@ -18,8 +18,8 @@ Purpose: LibSCI Macros header. #define ATTRIBUTE(X) __attribute__((X)) -#define IMPORT_CXX extern "C++" -#define IMPORT_C extern "C" +#define IMPORT_CXX extern "C++" +#define IMPORT_C extern "C" #define DEPRECATED ATTRIBUTE(deprecated) |
