summaryrefslogtreecommitdiff
path: root/dso/win32/dso.c
diff options
context:
space:
mode:
Diffstat (limited to 'dso/win32/dso.c')
-rw-r--r--dso/win32/dso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dso/win32/dso.c b/dso/win32/dso.c
index 9681d91b5..ef5503b98 100644
--- a/dso/win32/dso.c
+++ b/dso/win32/dso.c
@@ -57,7 +57,7 @@ APR_DECLARE(apr_status_t) apr_dso_load(struct apr_dso_handle_t **res_handle,
HINSTANCE os_handle;
apr_status_t rv;
#ifndef _WIN32_WCE
- UINT em;
+ DWORD em;
#endif
apr_wchar_t wpath[APR_PATH_MAX];