Merge pull request #222 from Pixelnarium/master

fix SDL build -> Windows.h include at the wrong place
This commit is contained in:
Lior Halphon 2020-01-02 11:54:27 +02:00 committed by GitHub
commit 89713521d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,9 +10,9 @@
#ifndef _WIN32
#include <Windows.h>
#define AUDIO_FREQUENCY 96000
#else
#include <Windows.h>
/* Windows (well, at least my VM) can't handle 96KHz sound well :( */
/* felsqualle says: For SDL 2.0.6+ using the WASAPI driver, the highest freq.