Skip to content

Commit

Permalink
Remove unused DLLEXPORT define
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbarrett authored and imphil committed Feb 21, 2020
1 parent 973be84 commit e9b6c5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cocotb/share/include/gpi.h
Expand Up @@ -59,12 +59,6 @@ we have to create a process with the signal on the sensitivity list to imitate a

#include <gpi_logging.h>

#if defined(__MINGW32__) || defined (__CYGWIN32__)
# define DLLEXPORT __declspec(dllexport)
#else
# define DLLEXPORT
#endif

#ifdef __cplusplus
# define EXTERN_C_START extern "C" {
# define EXTERN_C_END }
Expand Down

0 comments on commit e9b6c5d

Please sign in to comment.