Skip to content

Commit

Permalink
fix else
Browse files Browse the repository at this point in the history
  • Loading branch information
Iunusov committed Jan 5, 2017
1 parent 471b641 commit 152186e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern "C" {
#define VST_EXPORT __attribute__((visibility("default")))
#elif WIN32
#define VST_EXPORT __declspec(dllexport)
#elif
#else
#define VST_EXPORT
#endif

Expand Down

0 comments on commit 152186e

Please sign in to comment.