mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 03:05:14 +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:
parent
52947189d0
commit
155b37491c
@ -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)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user