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

This commit is contained in:
Kurt Zeilenga 1999-06-17 19:03:41 +00:00
parent b0aea66d1d
commit 8e10bd5f81
2 changed files with 5 additions and 1 deletions

View 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;

View 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