aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vst/src/main.h')
-rw-r--r--externals/grill/vst/src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/vst/src/main.h b/externals/grill/vst/src/main.h
index 1f24d56b..5aabf360 100644
--- a/externals/grill/vst/src/main.h
+++ b/externals/grill/vst/src/main.h
@@ -22,6 +22,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#if FLEXT_OS == FLEXT_OS_WIN
#include "stdafx.h"
+#else
+#error Platform not supported!
#endif
typedef void V;