versioninfo: add Haiku.

This commit is contained in:
Augustin Cavalier
2015-03-05 13:48:10 -05:00
parent 582c9ee678
commit 14ba57a531

View File

@@ -27,3 +27,7 @@
#ifdef LMMS_BUILD_WIN32
#define PLATFORM "win32"
#endif
#ifdef LMMS_BUILD_HAIKU
#define PLATFORM "Haiku"
#endif