#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) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|