summaryrefslogtreecommitdiff
path: root/time/win32
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-05-28 02:47:10 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-05-28 02:47:10 +0000
commita8bc94b415eb6f43a0a501cb9e1a76a7ea323da6 (patch)
tree2a1d6687da59b6d06eeed4a69b8eaa4762760aea /time/win32
parentdede50976b4df5228cdb789f4a17b96587b377c5 (diff)
downloadlibapr-a8bc94b415eb6f43a0a501cb9e1a76a7ea323da6.tar.gz
PR:
Obtained from: Submitted by: Reviewed by: Fix the last of the tags APR_EXPORT_VAR and APR_IMPORT_VAR to the accepted APR_VAR_EXPORT and APR_VAR_IMPORT. This patch finally includes the apr.h.in file (newly added to my grepper). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'time/win32')
-rw-r--r--time/win32/timestr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/win32/timestr.c b/time/win32/timestr.c
index 4a4ca5ba9..1c118b07e 100644
--- a/time/win32/timestr.c
+++ b/time/win32/timestr.c
@@ -55,11 +55,11 @@
#include "atime.h"
#include "apr_portable.h"
-APR_EXPORT_VAR const char ap_month_snames[12][4] =
+APR_VAR_EXPORT const char ap_month_snames[12][4] =
{
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
};
-APR_EXPORT_VAR const char ap_day_snames[7][4] =
+APR_VAR_EXPORT const char ap_day_snames[7][4] =
{
"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
};