equal
deleted
inserted
replaced
18 |
18 |
19 ///\file |
19 ///\file |
20 ///\brief Some basic non-inline functions and static global data. |
20 ///\brief Some basic non-inline functions and static global data. |
21 |
21 |
22 #include<lemon/bits/windows.h> |
22 #include<lemon/bits/windows.h> |
|
23 |
|
24 #if defined(LEMON_WIN32) && defined(__GNUC__) |
|
25 #pragma GCC diagnostic ignored "-Wold-style-cast" |
|
26 #endif |
23 |
27 |
24 #ifdef LEMON_WIN32 |
28 #ifdef LEMON_WIN32 |
25 #ifndef WIN32_LEAN_AND_MEAN |
29 #ifndef WIN32_LEAN_AND_MEAN |
26 #define WIN32_LEAN_AND_MEAN |
30 #define WIN32_LEAN_AND_MEAN |
27 #endif |
31 #endif |