Browse Source

- fix build

experimental/first_unicode_implementation
Pierre Joye 17 years ago
parent
commit
d39d0bc418
  1. 4
      sapi/cgi/fastcgi.c

4
sapi/cgi/fastcgi.c

@ -403,8 +403,8 @@ int fcgi_listen(const char *path, int backlog)
HANDLE namedPipe;
memset(&sa, 0, sizeof(saw));
sa.nLength = sizeof(saw);
sa.bInheritHandle = FALSE;
saw.nLength = sizeof(saw);
saw.bInheritHandle = FALSE;
acl = prepare_named_pipe_acl(&sd, &saw);
namedPipe = CreateNamedPipe(path,

Loading…
Cancel
Save