1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-03 18:14:01 +00:00

fix build on osx?

This commit is contained in:
fgenesis 2022-06-19 03:59:54 +02:00
parent 6ee59762e7
commit 60dd1d7bc7

View file

@ -21,6 +21,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef BBGE_BASE_H
#define BBGE_BASE_H
#include <stddef.h>
#ifdef BBGE_BUILD_WINDOWS
#define WIN32_NOMINMAX
#if defined(_MSC_VER) && _MSC_VER <= 1600