mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Fix compile failure on Windows
This commit is contained in:
@@ -399,6 +399,8 @@ static void TranslateWindowsMessage(const MSG *msg, IGpVOSEventQueue *eventQueue
|
|||||||
|
|
||||||
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
||||||
{
|
{
|
||||||
|
(void)lpCmdLine;
|
||||||
|
|
||||||
LPWSTR cmdLine = GetCommandLineW();
|
LPWSTR cmdLine = GetCommandLineW();
|
||||||
|
|
||||||
int nArgs;
|
int nArgs;
|
||||||
|
@@ -153,6 +153,12 @@ unsigned int GpSystemServices_Win32::GetCPUCount() const
|
|||||||
|
|
||||||
void GpSystemServices_Win32::SetTextInputEnabled(bool isEnabled)
|
void GpSystemServices_Win32::SetTextInputEnabled(bool isEnabled)
|
||||||
{
|
{
|
||||||
|
(void)isEnabled;
|
||||||
|
}
|
||||||
|
|
||||||
|
bool GpSystemServices_Win32::IsTextInputEnabled() const
|
||||||
|
{
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void GpSystemServices_Win32::SetTouchscreenSimulation(bool isTouchscreenSimulation)
|
void GpSystemServices_Win32::SetTouchscreenSimulation(bool isTouchscreenSimulation)
|
||||||
|
Reference in New Issue
Block a user