mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix up NT slapd.dsp and nt_svc.c so that slapd builds under MSVC5.
This commit is contained in:
parent
b0aea66d1d
commit
8e10bd5f81
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue