Mercurial > hg > openttd
view src/music/win32_m.h @ 5787:26da4d1baaed draft
(svn r8339) -Fix(r8331): MSVC seems to be a little more strict (or less intelligent) then other compilers when it comes to operator precedence.
A copy of code from train_gui.cpp to build_vehicle_gui.cpp was not exactly the same.
The earlier version did not require parenthesis to specify correct operator precedence.
author | belugas <belugas@openttd.org> |
---|---|
date | Mon, 22 Jan 2007 02:59:50 +0000 |
parents | eabf4b86aed6 |
children | 067aeca4413d |
line wrap: on
line source
/* $Id$ */ #ifndef MUSIC_WIN32_H #define MUSIC_WIN32_H #include "../hal.h" extern const HalMusicDriver _win32_music_driver; #endif