1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00
GLideN64/src/Platform.h

18 lines
218 B
C
Raw Normal View History

2017-01-22 13:43:05 +00:00
#ifndef PLATFORM_H
#define PLATFORM_H
2018-11-10 11:33:16 +00:00
#ifdef _WIN32
2017-01-22 13:43:05 +00:00
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <windows.h>
#else
#include "winlnxdefs.h"
#endif
#ifdef PANDORA
typedef char GLchar;
#endif
2018-03-26 20:00:25 +00:00
#endif // PLATFORM_H