Loading support/win32/ApacheMonitor.c +5 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,11 @@ #define OEMRESOURCE #endif #if defined(_MSC_VER) && _MSC_VER >= 1400 #define _CRT_SECURE_NO_DEPRECATE #pragma warning(disable: 4996) #endif #include <windows.h> #include <windowsx.h> #include <commctrl.h> Loading support/win32/wintty.c +5 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,11 @@ #include <stdlib.h> #include <stdio.h> #if defined(_MSC_VER) && _MSC_VER >= 1400 #define _CRT_SECURE_NO_DEPRECATE #pragma warning(disable: 4996) #endif const char *options = "\nwintty: a utility for echoing the stdin stream to a new console window,\n" "\teven when invoked from within a service (such as the Apache server.)\n" Loading Loading
support/win32/ApacheMonitor.c +5 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,11 @@ #define OEMRESOURCE #endif #if defined(_MSC_VER) && _MSC_VER >= 1400 #define _CRT_SECURE_NO_DEPRECATE #pragma warning(disable: 4996) #endif #include <windows.h> #include <windowsx.h> #include <commctrl.h> Loading
support/win32/wintty.c +5 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,11 @@ #include <stdlib.h> #include <stdio.h> #if defined(_MSC_VER) && _MSC_VER >= 1400 #define _CRT_SECURE_NO_DEPRECATE #pragma warning(disable: 4996) #endif const char *options = "\nwintty: a utility for echoing the stdin stream to a new console window,\n" "\teven when invoked from within a service (such as the Apache server.)\n" Loading