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

No longer needs <windows.h>

parent 304a5774
No related branches found
No related tags found
No related merge requests found
/* $OpenLDAP$ */
#include "portable.h"
#include <windows.h>
#ifdef HAVE_WINSOCK2
#include <winsock2.h>
#elif HAVE_WINSOCK
......@@ -92,6 +90,8 @@ char *ber_pvt_wsa_last_errstring( void )
return ber_pvt_wsa_err2string( WSAGetLastError() );
}
#include <windows.h>
char *GetErrorString( int err )
{
static char msgBuf[1024];
......
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