Now compiled only for Windows, remove unnecessary #if.

This commit is contained in:
Ron Koenderink 2007-08-11 19:07:46 +00:00
parent 2f69a569bd
commit 23571862b3
2 changed files with 0 additions and 5 deletions

View file

@ -1,4 +1,3 @@
#if defined(_WIN32)
/* Getopt for GNU. /* Getopt for GNU.
NOTE: getopt is now part of the C library, so if you don't know what NOTE: getopt is now part of the C library, so if you don't know what
"Keep this file name-space clean" means, talk to drepper@gnu.org "Keep this file name-space clean" means, talk to drepper@gnu.org
@ -986,4 +985,3 @@ getopt (argc, argv, optstring)
} }
#endif /* Not ELIDE_CODE. */ #endif /* Not ELIDE_CODE. */
#endif /* _WIN32 */

View file

@ -33,7 +33,6 @@
#include <config.h> #include <config.h>
#ifdef _WIN32
#include <windows.h> #include <windows.h>
#include "service.h" #include "service.h"
@ -224,5 +223,3 @@ stop_service(void)
logerror("Error while stopping service SetServiceStatus" logerror("Error while stopping service SetServiceStatus"
" error %ld", GetLastError()); " error %ld", GetLastError());
} }
#endif /* _WIN32 */