mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-24 19:54:38 +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); |