]> git.sur5r.net Git - openldap/commitdiff
Fix up NT slapd.dsp and nt_svc.c so that slapd builds under MSVC5.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 17 Jun 1999 19:03:41 +0000 (19:03 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 17 Jun 1999 19:03:41 +0000 (19:03 +0000)
servers/slapd/nt_svc.c
servers/slapd/slapd.dsp

index b4e3bc6905363fb738ce16a6b217684c2938e60e..12b00e150e9e3e3f5983aaac12c32cee9f38c73f 100644 (file)
@@ -40,7 +40,7 @@ char *GetLastErrorString( void );
 int srv_install( char* service, char* filename );
 int srv_remove ( char* service, char* filename );
 
-void nt_main( DWORD argc, LPTSTR *argv )
+void main( DWORD argc, LPTSTR *argv )
 {
        int             length;
        char    filename[MAX_PATH], *fname_start;
index 463f2da1ee0524c30b673ba293f453b7af56a9f0..a8c39ef68b874815d501c0f981b965de207a9308 100644 (file)
@@ -147,6 +147,10 @@ SOURCE=.\main.c
 # End Source File
 # Begin Source File
 
+SOURCE=.\nt_svc.c
+# End Source File
+# Begin Source File
+
 SOURCE=".\proto-slap.h"
 # End Source File
 # Begin Source File