Shut up errors on Windows

This commit is contained in:
Clownacy 2020-03-31 20:22:54 +01:00
parent 51562f6fd8
commit b57ccd7ed5
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,8 @@
#include "../Audio.h"
#include <stddef.h>
#include <stdio.h>
#include "SDL.h"
#include "../../Organya.h"

View file

@ -1,5 +1,7 @@
#include "../Audio.h"
#include <stddef.h>
#define MINIAUDIO_IMPLEMENTATION
#define MA_NO_DECODING
#define MA_API static

View file

@ -1,8 +1,9 @@
#pragma once
#ifdef _WIN32
#include <windef.h>
#include <wingdi.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#undef FindResource
#else
#include <stdio.h>