mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-24 07:57:23 +00:00
9 lines
178 B
C
9 lines
178 B
C
#pragma once
|
|
|
|
//const char* getConsoleHomePath();
|
|
|
|
DWORD GetFileSize(HANDLE fh,DWORD *pdwHigh);
|
|
|
|
DWORD XGetLanguage();
|
|
DWORD XGetLocale();
|
|
DWORD XEnableGuestSignin(BOOL fEnable); |