Fix a compile error.

This commit is contained in:
Mike McCormack 2005-11-24 19:21:49 +01:00 committed by Alexandre Julliard
parent 38c54b9d3b
commit 1f8d661d0f
1 changed files with 2 additions and 0 deletions

View File

@ -22,7 +22,9 @@
#ifndef HAVE_LDAP
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winldap.h"
#define LBER_ERROR (~0U)