Windows: Full UNICODE rewrite and implement support for UNICODE passwords.

This commit is contained in:
Mounir IDRASSI
2015-11-26 01:44:52 +01:00
parent ec7d96fcb7
commit 90bd57fe40
61 changed files with 3240 additions and 3239 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
extern "C" {
#endif
int mkfulldir ( char *path , BOOL bCheckonly );
int mkfulldir_internal ( char *path );
int mkfulldir ( wchar_t *path , BOOL bCheckonly );
int mkfulldir_internal ( wchar_t *path );
#ifdef __cplusplus
}