#define EXPORT_METHOD __declspec(dllexport)
Method to declare functions exported from a DLL. (nothign on LINUX or building statically, but __declspec(dllimport) on windows )
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|