Merge pull request #902 from ryanbodrug-microsoft/user/ryanbod/getexampleprojecttobuild

Getting the example project to compile, and build.
This commit is contained in:
ryanbodrug-microsoft
2019-12-10 15:31:31 -08:00
committed by GitHub
4 changed files with 32 additions and 21 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <optional>
#include <Windows.h>
#include <string>
// Returns RECT with positions of the minmize/maximize buttons of the given window.
// Does not always work, since some apps draw custom toolbars.