Commit 6ac6f436 by András Bodor

clang warningok

clang-cl az egyetlen compiler, amelyik szól, hogy Windows.h igazából
nagy betűvel van. Ez csak nem-windowsról windowsra cross-compilolásnál
lehet probléma, ahol nem case-insensitivek a fájlnevek. De legyen igaza.
parent d3c6fecf
......@@ -24,7 +24,7 @@
#include <cstdlib>
#include <clocale>
#if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
# include <windows.h>
# include <Windows.h>
# include "rendez.h" // latin-2 kódolású szövegek
#else
# include "rendez_u8.h" // UTF8 kódolású szövegek
......
......@@ -9,7 +9,7 @@
#include <sstream>
#include <clocale>
#if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
# include <windows.h>
# include <Windows.h>
#endif
#include "memtrace.h" // a standard header-ek után kell lennie
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment