#define IMPORT_METHOD __declspec(dllimport)
method to define a function which will be Imported from a library. Under windows, this is probably __declspec(dllimport). Under linux this is probably 'extern'.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|