Adding template project and correct name
This commit is contained in:
20
vendor/rmlui_backend/RmlUi_Include_Windows.h
vendored
Normal file
20
vendor/rmlui_backend/RmlUi_Include_Windows.h
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef RMLUI_DISABLE_INCLUDE_WINDOWS
|
||||
|
||||
#if !defined _WIN32_WINNT || _WIN32_WINNT < 0x0601
|
||||
#undef _WIN32_WINNT
|
||||
// Target Windows 7
|
||||
#define _WIN32_WINNT 0x0601
|
||||
#endif
|
||||
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user