add missing file
This commit is contained in:
parent
545cca792b
commit
96cfb1f368
1 changed files with 13 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue