From 90bd57fe40e66fc829ecb01482d32d604b0df19c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 25 Nov 2015 01:41:37 +0100 Subject: Windows: Full UNICODE rewrite and implement support for UNICODE passwords. --- src/Setup/ComSetup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Setup/ComSetup.h') diff --git a/src/Setup/ComSetup.h b/src/Setup/ComSetup.h index 0c1f4d2e..c0928c8d 100644 --- a/src/Setup/ComSetup.h +++ b/src/Setup/ComSetup.h @@ -14,8 +14,8 @@ extern "C" { #endif -BOOL RegisterComServers (char *modulePath); -BOOL UnregisterComServers (char *modulePath); +BOOL RegisterComServers (wchar_t *modulePath); +BOOL UnregisterComServers (wchar_t *modulePath); #ifdef __cplusplus } -- cgit v1.2.3