]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/thr_nt.c
fix format
[openldap] / libraries / libldap_r / thr_nt.c
index a3b622c5b92292cdf4ef5c87304d4dcba5692fda..f3d0755de99941f3a78f237b3c40a6d4349c9330 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2006 The OpenLDAP Foundation.
+ * Copyright 1998-2007 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 
 #if defined( HAVE_NT_THREADS )
 
+#define _WIN32_WINNT 0x0400
+#include <windows.h>
+#include <process.h>
+
 #include "ldap_pvt_thread.h" /* Get the thread interface */
 #define LDAP_THREAD_IMPLEMENTATION
 #include "ldap_thr_debug.h"     /* May rename the symbols defined below */