diff options
author | Johannes Schickel | 2014-02-18 02:34:27 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-18 02:39:40 +0100 |
commit | 449ea100d94e39b03a3f347be8a15e4e5f727a95 (patch) | |
tree | 77aefb6590c56e52ab0b653e94b112b49f5fc707 /backends/midi | |
parent | 3b73ceb17eaf57ed9dfdef8503c48a560aaf9f85 (diff) | |
download | scummvm-rg350-449ea100d94e39b03a3f347be8a15e4e5f727a95.tar.gz scummvm-rg350-449ea100d94e39b03a3f347be8a15e4e5f727a95.tar.bz2 scummvm-rg350-449ea100d94e39b03a3f347be8a15e4e5f727a95.zip |
WIN32: Make GPL headers consistent in themselves.
Diffstat (limited to 'backends/midi')
-rw-r--r-- | backends/midi/windows.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/midi/windows.cpp b/backends/midi/windows.cpp index f4c5431d6e..e2b327ffa7 100644 --- a/backends/midi/windows.cpp +++ b/backends/midi/windows.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ // Disable symbol overrides so that we can use system headers. |