Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #396 from edwinst/nom
Remove obsolete #define for long, now that long is properly supported.
  • Loading branch information
FROGGS committed Mar 30, 2015
2 parents a56d8b0 + 70fdf39 commit 64fe6c5
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 64fe6c5

Please sign in to comment.