Skip to content

Commit

Permalink
Remove reference to linux-specific stuff from any other platform
Browse files Browse the repository at this point in the history
  • Loading branch information
shamazmazum committed Apr 10, 2017
1 parent 623ccf1 commit 63cca1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/LangPrimSource/PyrPrimitive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4264,7 +4264,7 @@ void initMIDIPrimitives();
initMIDIPrimitives();
#endif

#if !defined(_WIN32) && !defined(SC_IPHONE) && !defined(__OpenBSD__) && !defined(__NetBSD__) && !defined(__APPLE__)
#if defined __linux__
void initLIDPrimitives();
initLIDPrimitives();
#endif
Expand Down

0 comments on commit 63cca1e

Please sign in to comment.