blob: 4f6659b40c1b0b731baaacd54557df8924f8cde3 (
plain) (
tree)
|
|
#pragma once
/*
* WARN:
* including this header does not make a lot of sense.
* You should just #include all necessary headers from Windows SDK,
* and then #include <util/system/win_undef.h> in order to undefine some common macros.
*/
#include <util/system/platform.h>
#if defined(_win_)
#include <windows.h>
#endif
#include <util/system/win_undef.h>
|