OSDN Git Service

Redo the filters based on assumptions discussed in mingw-dvlpr list.
[mingw/mingw-org-wsl.git] / include / winber.h
index 2246cd4..9840580 100644 (file)
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  * DEALINGS IN THE SOFTWARE.
  */
-/*
-  winber.h - Header file for the Windows LDAP Basic Encoding Rules API
-
-  Written by Filip Navara <xnavara@volny.cz>
-
-  References:
-    The C LDAP Application Program Interface
-    http://www.watersprings.org/pub/id/draft-ietf-ldapext-ldap-c-api-05.txt
-
-    Lightweight Directory Access Protocol Reference
-    http://msdn.microsoft.com/library/en-us/netdir/ldap/ldap_reference.asp
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-*/
-
 #ifndef _WINBER_H
 #define _WINBER_H
 #pragma GCC system_header
+#include <_mingw.h>
+
+/*
+ * LDAP Basic Encoding Rules API
+ * References:
+ *   The C LDAP Application Program Interface
+ *   http://www.watersprings.org/pub/id/draft-ietf-ldapext-ldap-c-api-05.txt
+ *
+ *   Lightweight Directory Access Protocol Reference
+ *   http://msdn.microsoft.com/library/en-us/netdir/ldap/ldap_reference.asp
+ */
 
 #ifdef __cplusplus
 extern "C" {
@@ -85,4 +79,5 @@ WINBERAPI BerElement *ber_alloc_t(int);
 #ifdef __cplusplus
 }
 #endif
+
 #endif /* _WINBER_H */