aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-ce.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/w32-ce.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32-ce.c b/src/w32-ce.c
index 57590fa9..076eaae5 100644
--- a/src/w32-ce.c
+++ b/src/w32-ce.c
@@ -22,6 +22,7 @@
#include <config.h>
#endif
+#include <string.h>
#include <errno.h>
#include <assert.h>
@@ -248,7 +249,7 @@ RegOpenKeyExA (HKEY hKey, LPCSTR lpSubKey, DWORD ulOptions,
}
-LONG
+LONG WINAPI
RegQueryValueExA (HKEY hKey, LPCSTR lpValueName, LPDWORD lpReserved,
LPDWORD lpType, LPBYTE lpData, LPDWORD lpcbData)
{