Skip to content
Snippets Groups Projects
Commit 8e10bd5f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix up NT slapd.dsp and nt_svc.c so that slapd builds under MSVC5.

parent b0aea66d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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
......
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