Skip to content
Snippets Groups Projects
Commit 39fbae02 authored by Howard Chu's avatar Howard Chu
Browse files

Windoes compatibility tweaks

parent 52a49e08
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,7 @@ slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
$(WRAP_LIBS)
rm -f $(SLAPTOOLS)
for i in $(SLAPTOOLS); do \
$(LN_S) slapd $$i; done
$(LN_S) slapd$(EXEEXT) $$i$(EXEEXT); done
sslapd: version.o
......
......@@ -47,6 +47,10 @@
#include <ldap_pvt.h>
#ifdef HAVE_WINSOCK
#define mkdir(a,b) mkdir(a)
#endif
#ifdef HAVE_NT_SERVICE_MANAGER
#define MAIN_RETURN(x) return
#define SERVICE_EXIT( e, n ) do { \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment