diff options
Diffstat (limited to 'src/Setup/ComSetup.h')
-rw-r--r-- | src/Setup/ComSetup.h | 4 |
1 files changed, 2 insertions, 2 deletions
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
}
|