mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
Add support for lber_types.h.nt and add a few NT specific feature macros.
This commit is contained in:
parent
fd15804f63
commit
f97251a9d1
2 changed files with 28 additions and 0 deletions
|
|
@ -23,6 +23,18 @@
|
|||
#define EXEEXT ".exe"
|
||||
#define LDAP_DIRSEP "\\"
|
||||
|
||||
/* don't suck in all of the win32 api */
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
#ifdef _WINNT
|
||||
/* WindowsNT specific features */
|
||||
#define HAVE_NT_SERVICE_MANAGER 1
|
||||
#define HAVE_NT_EVENT_LOG 1
|
||||
|
||||
#elif _WIN95
|
||||
/* Windows95 specific features */
|
||||
#endif
|
||||
|
||||
#if defined( _DEBUG ) && !defined( LDAP_DEBUG )
|
||||
/* #define LDAP_MEMORY_DEBUG 1 */
|
||||
#define LDAP_DEBUG 1
|
||||
|
|
|
|||
|
|
@ -78,6 +78,22 @@ CFG=setup - Win32 Debug
|
|||
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\lber_types.h.nt
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ldap_config.h.nt
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ldap_features.h.nt
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\portable.h.nt
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\setup.mak
|
||||
# End Source File
|
||||
# End Target
|
||||
|
|
|
|||
Loading…
Reference in a new issue