Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - #if defined(WIN32) || defined(_WIN32) || defined(__WIN32__)
- #undef PLUGIN_EXPORT
- #ifdef __cplusplus
- #define PLUGIN_EXPORT extern "C" __declspec(dllexport)
- #else
- #define PLUGIN_EXPORT __declspec(dllexport)
- #endif
- #endif
                    Add Comment                
                
                        Please, Sign In to add comment                    
                 
                    