mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 14:12:07 -05:00
16 lines
254 B
C
16 lines
254 B
C
#pragma once
|
|
|
|
#ifndef STRICT
|
|
#define STRICT
|
|
#endif
|
|
|
|
#define WINVER 0x0500
|
|
#define _WIN32_WINNT 0x0500
|
|
|
|
#define ISOLATION_AWARE_ENABLED 1 // Enable comctl 6.0 (visual styles)
|
|
|
|
#include "resource.h"
|
|
|
|
#include <windows.h>
|
|
|
|
EXTERN_C HWND g_hwndParent;
|