Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiask88 committed Mar 10, 2024
1 parent 36bbcba commit 6ccf6d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"conditions": [
["OS=='win'", {
"libraries": ["-lws2_32.lib", "-lwinmm.lib"],
"defines": ["_WINSOCK_DEPRECATED_NO_WARNINGS"] # Make sure the STL doesn't try to use exceptions
"defines": ["_WINSOCK_DEPRECATED_NO_WARNINGS"]
}],
['OS=="mac"', {
'cflags+': ['-fvisibility=hidden'],
Expand Down
1 change: 0 additions & 1 deletion src/node_snap7_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <napi.h>
#include <snap7.h>
#include <WinSock2.h>
#include <mutex>
#include <map>

Expand Down

0 comments on commit 6ccf6d9

Please sign in to comment.