Kaydet (Commit) 655ef3e5 authored tarafından Michael Meeks's avatar Michael Meeks

WaE: fix windows build of npshell.

üst a2d6af3b
......@@ -100,7 +100,7 @@
***********************************************************************/
static NSP_Mute_Obj send_lock = NSP_New_Mute_Obj();
static NSP_PIPE_FD write_fd = -1;
static NSP_PIPE_FD write_fd = (NSP_PIPE_FD)-1;
long int NSP_WriteToPipe(NSP_PIPE_FD fp, void* buf, unsigned long int len)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment