summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-03-31 12:23:39 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2001-03-31 12:23:39 +0000
commit8b00292e40372cd2e3db0d5fb656cf3c8da4d8bc (patch)
treebf097ddcb5db6aec066eb8f9b06f1ea96ed71a84 /include
parenta8c0c27a0a4b66ce82f28d0518841aad720d91cc (diff)
downloadlibapr-8b00292e40372cd2e3db0d5fb656cf3c8da4d8bc.tar.gz
Provide a fall-back definition of TRUSTEE_IS_WELL_KNOWN_GROUP so
that APR compiles with MSVC 5.0. PR: 7489 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/arch/win32/fileio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/arch/win32/fileio.h b/include/arch/win32/fileio.h
index 71dd541af..507fb3c8d 100644
--- a/include/arch/win32/fileio.h
+++ b/include/arch/win32/fileio.h
@@ -128,6 +128,9 @@ apr_status_t unicode_to_utf8_path(char* dststr, apr_size_t dstchars,
#ifndef FILE_FLAG_OPEN_REPARSE_POINT
#define FILE_FLAG_OPEN_REPARSE_POINT 0x00200000
#endif
+#ifndef TRUSTEE_IS_WELL_KNOWN_GROUP
+#define TRUSTEE_IS_WELL_KNOWN_GROUP 5
+#endif
/* Information bits available from the WIN32 FindFirstFile function */
#define APR_FINFO_WIN32_DIR (APR_FINFO_NAME | APR_FINFO_TYPE \