$OpenBSD: patch-ucb_source_ucp_webdav_NeonPropFindRequest_cxx,v 1.1 2008/11/13 13:17:43 ajacoutot Exp $
--- ucb/source/ucp/webdav/NeonPropFindRequest.cxx.orig.port	Wed Nov 12 16:20:24 2008
+++ ucb/source/ucp/webdav/NeonPropFindRequest.cxx	Wed Nov 12 16:13:56 2008
@@ -176,7 +176,7 @@ extern "C" int NPFR_propfind_iter( void* userdata,
 
 // -------------------------------------------------------------------
 extern "C" void NPFR_propfind_results( void* userdata,
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
                                        const ne_uri* uri,
 #else
                                        const char* href,
@@ -185,7 +185,7 @@ extern "C" void NPFR_propfind_results( void* userdata,
 {
 	// @@@ href is not the uri! DAVResource ctor wants uri!
 
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
 	DAVResource theResource(
 						OStringToOUString( uri->path, RTL_TEXTENCODING_UTF8 ) );
 #else
@@ -218,7 +218,7 @@ extern "C" int NPFR_propnames_iter( void* userdata,
 
 // -------------------------------------------------------------------
 extern "C" void NPFR_propnames_results( void* userdata,
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
                                         const ne_uri* uri,
 #else
                                         const char* href,
@@ -227,7 +227,7 @@ extern "C" void NPFR_propnames_results( void* userdata
 {
 	// @@@ href is not the uri! DAVResourceInfo ctor wants uri!
 	// Create entry for the resource.
-#if NEON_VERSION >= 0260
+#if NEON_VERSION >= 0x0260
 	DAVResourceInfo theResource(
 						OStringToOUString( uri->path, RTL_TEXTENCODING_UTF8 ) );
 #else
