diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-11-12 21:07:13 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-12 21:07:13 +0000 |
commit | 655ef3e507d1bc41e67cd7529f827ac58fb9bab0 (patch) | |
tree | e918b26076b5415eb13c7b3e51589ee7043593b8 /extensions | |
parent | a2d6af3be3ce47abb77411dbc67c2180d9b0160b (diff) |
WaE: fix windows build of npshell.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/nsplugin/source/npshell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/nsplugin/source/npshell.cxx b/extensions/source/nsplugin/source/npshell.cxx index bdfca9cafb26..cba9139e2bef 100644 --- a/extensions/source/nsplugin/source/npshell.cxx +++ b/extensions/source/nsplugin/source/npshell.cxx @@ -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) |