Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eriforce committed Aug 27, 2024
1 parent 6755ca2 commit 1fc8839
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Shared/Win32Utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once
#include "Version.h"
#include <wil/token_helpers.h>

struct Win32Utils {
static SIZE GetSizeOfRect(const RECT& rect) noexcept {
Expand All @@ -15,7 +14,7 @@ struct Win32Utils {

static std::wstring GetWndTitle(HWND hWnd) noexcept;

static wil::unique_process_handle Win32Utils::GetWndProcessHandle(HWND hWnd) noexcept;
static wil::unique_process_handle GetWndProcessHandle(HWND hWnd) noexcept;

static std::wstring GetPathOfWnd(HWND hWnd) noexcept;

Expand Down

0 comments on commit 1fc8839

Please sign in to comment.