Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Oct 10, 2023
1 parent d1ecce4 commit db5310c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/coreforecast.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

#include <cstdint>

#ifdef _MSVC_VER
#define EXPORT __declspec(dllexport)
#ifdef _MSC_VER
#define DLL_EXPORT __declspec(dllexport)
#else
#define EXPORT
#define DLL_EXPORT
#endif

#define C_EXPORT extern "C" EXPORT
#define C_EXPORT extern "C" DLL_EXPORT

typedef void *GroupedArrayHandle;

Expand Down

0 comments on commit db5310c

Please sign in to comment.