Skip to content

Commit

Permalink
Hopefully avoid symbol clashes on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Apr 29, 2024
1 parent c349fbb commit 49f9956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions binding.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN // Avoid symbol clashes on Windows
#endif

#include <assert.h>
#include <bare.h>
#include <js.h>
Expand Down

0 comments on commit 49f9956

Please sign in to comment.