]> git.sur5r.net Git - openldap/blobdiff - include/lutil.h
ITS#3056 partial fix - from a slurpd perspective, the updatedn
[openldap] / include / lutil.h
index b5b5b8c5c76caf38f02728214628dac43d742c62..8c7894e16f516a5dc05bffac2205557a50616850 100644 (file)
@@ -147,6 +147,14 @@ lutil_progname LDAP_P((
        int argc,
        char *argv[] ));
 
+#ifdef _WIN32
+LDAP_LUTIL_F( void )
+lutil_slashpath LDAP_P(( char* path ));
+#define        LUTIL_SLASHPATH(p)      lutil_slashpath(p)
+#else
+#define        LUTIL_SLASHPATH(p)
+#endif
+
 LDAP_LUTIL_F( char* )
 lutil_strcopy LDAP_P(( char *dst, const char *src ));