]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
mexit.c:
authorSven Dietricht <dietrict@ntp.org>
Fri, 3 Dec 1999 23:28:16 +0000 (23:28 -0000)
committerSven Dietricht <dietrict@ntp.org>
Fri, 3 Dec 1999 23:28:16 +0000 (23:28 -0000)
  Removed WINNT define - no longer necessary in this directory.

bk: 384852101p_cy1RQNTW7cF-sniu26A

ports/winnt/libntp/mexit.c

index 6ae452ef373092157af1617a6165b718455004e1..4fd0dccd3fea7632455558eb0898ae9860a3473f 100644 (file)
@@ -3,7 +3,6 @@
  * 
  */
 
-#ifdef SYS_WINNT
 #include <stdio.h>
 #include <windows.h>
 
@@ -29,6 +28,3 @@ service_exit(
        }
 }
 
-#else /* not SYS_WINNT */
-int mexit_bs;
-#endif /* not SYS_WINNT */