Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/pc/compat.h
7857 views
1
#ifndef COMPAT_H
2
#define COMPAT_H value
3
4
#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
5
#define __BSD__
6
#endif
7
8
#endif
9