Skip to content

Commit

Permalink
More preprocessor fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 10, 2011
1 parent dac30a1 commit 06623d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typedef struct env_var {
int value_len;
} env_var_t;

#define E_V(str) { #str"=", L"" #str, sizeof(#str), 0, 0 }
#define E_V(str) { str "=", L"" str, sizeof(str), 0, 0 }

#define UTF8_TO_UTF16(s, t) \
size = uv_utf8_to_utf16(s, NULL, 0) * sizeof(wchar_t); \
Expand Down

0 comments on commit 06623d1

Please sign in to comment.