Skip to content

Commit

Permalink
[Enhancement] Build Windows with UNICODE (w1nk#107)
Browse files Browse the repository at this point in the history
Update binding.gyp to build Windows with UNICODE defined by default

Signed-off-by: Mark Irish <[email protected]>
  • Loading branch information
markdirish authored Jul 28, 2020
1 parent d8c40ed commit 35b8f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'libraries' : [
'-lodbccp32.lib'
],
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS', 'NAPI_EXPERIMENTAL' ]
'defines': [ 'NAPI_DISABLE_CPP_EXCEPTIONS', 'NAPI_EXPERIMENTAL', 'UNICODE' ]
}],
[ 'OS=="aix"', {
'variables': {
Expand Down

0 comments on commit 35b8f1c

Please sign in to comment.