Skip to content

Commit

Permalink
fix plugin loading
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx authored Oct 2, 2016
1 parent a3a5360 commit 1d5cae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpause/xpause.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "pluginsdk\_plugins.h"

#ifndef DLL_EXPORT
#define DLL_EXPORT __declspec(dllexport)
#define DLL_EXPORT extern "C" __declspec(dllexport)
#endif //DLL_EXPORT

#define plugin_name "X-Pause"
Expand Down

0 comments on commit 1d5cae7

Please sign in to comment.