diff options
author | Doug MacEachern <dougm@apache.org> | 2000-04-28 18:27:49 +0000 |
---|---|---|
committer | Doug MacEachern <dougm@apache.org> | 2000-04-28 18:27:49 +0000 |
commit | 7b10913ec391673232ad71bdef8cdb7e34054150 (patch) | |
tree | d5017fa34a4cd51b2b8fc153955b889c245670d6 /file_io/win32/fileio.h | |
parent | 7c80595141f278a455df18e96ce41f906f7124c3 (diff) | |
download | apr-7b10913ec391673232ad71bdef8cdb7e34054150.tar.gz |
back out APR_ prefix for TRUE,FALSE
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io/win32/fileio.h')
-rw-r--r-- | file_io/win32/fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/win32/fileio.h b/file_io/win32/fileio.h index 0d0a67dc5..974889dd0 100644 --- a/file_io/win32/fileio.h +++ b/file_io/win32/fileio.h @@ -92,7 +92,7 @@ * ugly way windows deals with case in the filesystem. * append -- Windows doesn't support the append concept when opening files. * APR needs to keep track of this, and always make sure we append - * correctly when writing to a file with this flag set APR_TRUE. + * correctly when writing to a file with this flag set TRUE. */ struct ap_file_t { |