Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove obsolete #define for long, now that long is properly supported.
  • Loading branch information
edwinst committed Mar 30, 2015
1 parent 02e1e99 commit 70fdf39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/04-nativecall/08-callbacks.c
Expand Up @@ -4,7 +4,6 @@

#ifdef WIN32
#define DLLEXPORT __declspec(dllexport)
#define long __int64
#else
#define DLLEXPORT extern
#endif
Expand Down

0 comments on commit 70fdf39

Please sign in to comment.