parent
f6b99f9b01
commit
84b1c30714
1 changed files with 1 additions and 1 deletions
|
|
@ -998,7 +998,7 @@ void VulkanExampleBase::setupConsole(std::string title)
|
||||||
|
|
||||||
void VulkanExampleBase::setupDPIAwareness()
|
void VulkanExampleBase::setupDPIAwareness()
|
||||||
{
|
{
|
||||||
using SetProcessDpiAwarenessFunc = HRESULT(*)(PROCESS_DPI_AWARENESS);
|
typedef HRESULT *(__stdcall *SetProcessDpiAwarenessFunc)(PROCESS_DPI_AWARENESS);
|
||||||
|
|
||||||
HMODULE shCore = LoadLibraryA("Shcore.dll");
|
HMODULE shCore = LoadLibraryA("Shcore.dll");
|
||||||
if (shCore)
|
if (shCore)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue