mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-11-23 12:22:30 +00:00
OPNMIDI: Fixed MSVC build
This commit is contained in:
parent
faa997b986
commit
75d2994b4b
2 changed files with 0 additions and 3 deletions
1
thirdparty/opnmidi/chips/pmdwin/opna.c
vendored
1
thirdparty/opnmidi/chips/pmdwin/opna.c
vendored
|
@ -27,7 +27,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
|
|||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <math.h>
|
||||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
#include "op.h"
|
||||
#include "psg.h"
|
||||
|
|
2
thirdparty/opnmidi/chips/pmdwin/psg.c
vendored
2
thirdparty/opnmidi/chips/pmdwin/psg.c
vendored
|
@ -39,7 +39,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#include <unistd.h>
|
||||
#include "op.h"
|
||||
#include "psg.h"
|
||||
|
||||
|
@ -340,4 +339,3 @@ void PSGMix(PSG *psg, int32_t *dest, uint32_t nsamples)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue