diff options
author | TechGeekNZ <git@tech.geek.nz> | 2020-07-03 09:36:10 +1200 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2020-07-03 09:08:46 +0200 |
commit | 716c883737b76757e0f3bcddeacc1e276dfff13b (patch) | |
tree | afd30f0dc704eb6264499b1999a2a0f9d48d69f8 /src/music | |
parent | 97592c409378c2d353a1cdd6b50f80b7e81b67c2 (diff) | |
download | openttd-716c883737b76757e0f3bcddeacc1e276dfff13b.tar.xz |
Fix: Globally apply preprocessor directive coding style
Global; except for the 32-bit SSE blitter, which has some #DEFINEs
in not-very-nice places.
Diffstat (limited to 'src/music')
-rw-r--r-- | src/music/dmusic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/music/dmusic.cpp b/src/music/dmusic.cpp index b7bee4a4f..e8b095225 100644 --- a/src/music/dmusic.cpp +++ b/src/music/dmusic.cpp @@ -10,7 +10,7 @@ #define INITGUID #include "../stdafx.h" #ifdef WIN32_LEAN_AND_MEAN - #undef WIN32_LEAN_AND_MEAN // Don't exclude rarely-used stuff from Windows headers +# undef WIN32_LEAN_AND_MEAN // Don't exclude rarely-used stuff from Windows headers #endif #include "../debug.h" #include "../os/windows/win32.h" |