mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
add missing file
This commit is contained in:
parent
545cca792b
commit
96cfb1f368
13
sunshine/platform/windows/misc.h
Normal file
13
sunshine/platform/windows/misc.h
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#ifndef SUNSHINE_WINDOWS_MISC_H
|
||||||
|
#define SUNSHINE_WINDOWS_MISC_H
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
#include <winnt.h>
|
||||||
|
#include <string_view>
|
||||||
|
|
||||||
|
namespace platf {
|
||||||
|
void print_status(const std::string_view &prefix, HRESULT status);
|
||||||
|
HDESK syncThreadDesktop();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user