Function prototype to support 64-bit
Missing a prototype can cause a problem if we are 64-bit and the function is returning a pointer. Add a prototype to stop the return value from being corrupted.
This commit is contained in:
parent
3bbefb6078
commit
3bc857c8fe
|
@ -86,6 +86,7 @@ extern u_int session_id2_len;
|
||||||
#ifdef WIN32_FIXME
|
#ifdef WIN32_FIXME
|
||||||
|
|
||||||
extern char HomeDirLsaW[MAX_PATH];
|
extern char HomeDirLsaW[MAX_PATH];
|
||||||
|
wchar_t *GetHomeDir(char *userName);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue