summaryrefslogtreecommitdiff
path: root/dln.c
diff options
context:
space:
mode:
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/dln.c b/dln.c
index 04cd0612fb..dae0aa9c13 100644
--- a/dln.c
+++ b/dln.c
@@ -1105,15 +1105,6 @@ dln_sym(const char *name)
#include <windows.h>
#endif
-#ifdef _WIN32_WCE
-#undef FormatMessage
-#define FormatMessage FormatMessageA
-#undef LoadLibrary
-#define LoadLibrary LoadLibraryA
-#undef GetProcAddress
-#define GetProcAddress GetProcAddressA
-#endif
-
static const char *
dln_strerror(void)
{