mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
Fixed missing include for legacy os
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <winpr/sysinfo.h>
|
||||
#include <freerdp/freerdp.h>
|
||||
|
||||
#include "wf_client.h"
|
||||
@@ -256,7 +257,7 @@ static void wf_sizing(wfContext* wfc, WPARAM wParam, LPARAM lParam)
|
||||
}
|
||||
}
|
||||
|
||||
void wf_send_resize(wfContext* wfc)
|
||||
static void wf_send_resize(wfContext* wfc)
|
||||
{
|
||||
RECT windowRect;
|
||||
DISPLAY_CONTROL_MONITOR_LAYOUT* layout;
|
||||
|
||||
Reference in New Issue
Block a user