mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
Some object files made from *_dsc.c files get linked both into the Contiki core (for desktop icons) as well as into *.dsc files. So make sure that the *_dsc symbol gets exported regardless in which context the object files are made.
This commit is contained in:
@@ -8,11 +8,10 @@
|
||||
|
||||
#if _USRDLL
|
||||
#define CCIF __declspec(dllimport)
|
||||
#define CLIF __declspec(dllexport)
|
||||
#else
|
||||
#define CCIF __declspec(dllexport)
|
||||
#define CLIF
|
||||
#endif
|
||||
#define CLIF __declspec(dllexport)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user