mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 23:21:29 +00:00
[idd] win32: use wait result constants
Use the documented Win32 wait constants throughout the pipe, clipboard, and input workers instead of local numeric aliases. Select the WDK NT-status definitions before including Windows headers. Include wudfwdm.h privately in the affected translation units so UMDF 2 provides NTSTATUS without exposing WDF headers through LGCommon's public interface to the desktop Helper.
This commit is contained in:
@@ -126,7 +126,6 @@ private:
|
||||
static const DWORD AUTHENTICATION_TIMEOUT_MS;
|
||||
static const DWORD AUTHORIZATION_POLL_MS;
|
||||
static const DWORD WRITE_TIMEOUT_MS;
|
||||
static const DWORD WAIT_FIRST_OBJECT_VALUE;
|
||||
|
||||
static bool IsDisconnectedError(_In_ DWORD error);
|
||||
PipeIoResult WaitForOverlapped(
|
||||
|
||||
Reference in New Issue
Block a user