Include fixes
This commit is contained in:
parent
05996d11c2
commit
628a3a8375
|
|
@ -10,7 +10,7 @@
|
|||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
|
||||
namespace Nz::GL
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <stdexcept>
|
||||
|
||||
#if defined(NAZARA_PLATFORM_WINDOWS)
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
#elif defined(NAZARA_PLATFORM_POSIX)
|
||||
#include <cstring>
|
||||
#include <errno.h>
|
||||
|
|
|
|||
|
|
@ -646,5 +646,3 @@ namespace Nz
|
|||
return std::string_view(start.base(), it.base() - start.base());
|
||||
}
|
||||
}
|
||||
|
||||
#include <Nazara/Core/DebugOff.hpp>
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <Nazara/Core/DynLib.hpp>
|
||||
#include <NazaraUtils/MovablePtr.hpp>
|
||||
#include <Windows.h>
|
||||
#include <filesystem>
|
||||
#include <Windows.h>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <Nazara/Core/File.hpp>
|
||||
#include <ctime>
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <Nazara/Core/Win32/HardwareInfoImpl.hpp>
|
||||
#include <Nazara/Core/Error.hpp>
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
|
||||
#ifdef NAZARA_COMPILER_MSVC
|
||||
#include <intrin.h>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#include <atomic>
|
||||
#include <memory>
|
||||
#include <queue>
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <Nazara/Core/Win32/TimeImpl.hpp>
|
||||
#include <Nazara/Core/Error.hpp>
|
||||
#include <ctime>
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
#include <Nazara/Core/Debug.hpp>
|
||||
|
||||
namespace Nz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include <NazaraUtils/Prerequisites.hpp>
|
||||
#include <ctime>
|
||||
#include <windows.h>
|
||||
#include <Windows.h>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <Nazara/Utility/PixelFormat.hpp>
|
||||
#include <Nazara/Core/Error.hpp>
|
||||
#include <Nazara/Core/StringExt.hpp>
|
||||
#include <NazaraUtils/Endianness.hpp>
|
||||
#include <Nazara/Utility/Debug.hpp>
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ local systemHeaders = {
|
|||
}
|
||||
|
||||
local function IsSystemHeader(header)
|
||||
if systemHeaders[header] then
|
||||
if systemHeaders[header:lower()] then
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue