mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows: Full UNICODE rewrite and implement support for UNICODE passwords.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user