Commit 0056ef5d authored by Richard Levitte's avatar Richard Levitte
Browse files

It started with finding a misplaced #endif. Then I wanted to see the

structure better.  I hope noone minds, and that it still works.  Steve?
parent 41b8994e
Loading
Loading
Loading
Loading
+31 −32
Original line number Diff line number Diff line
@@ -177,14 +177,13 @@ extern "C" {

#  ifndef S_IFMT
#    define S_IFMT	_S_IFMT
#  endif

#  if !defined(WINNT)
#    define NO_SYSLOG
#  endif
#  define NO_DIRENT

#endif

#  ifdef WINDOWS
#    include <windows.h>
#    include <stddef.h>