Added more information to the comments.

This commit is contained in:
Ken Evans
1998-02-03 17:28:20 +00:00
parent da17a3cf81
commit 935d7f3146
2 changed files with 6 additions and 2 deletions

View File

@@ -24,13 +24,15 @@
*
* #include <other_stuff.h>
* #define epicsExportSharedSymbols
* #include <shareLib.h>
* #include <what_I_implement.h>
* ! no more "foreign" includes from here on !
*
* The point is: define epicsExportSharedSymbols exacly and only
* right before you include the prototypes for what you implement!
* Then include shareLib.h again because this is where they get changed.
* This time the epicsShare... macros expand to
* "export this from the DLL that we are building" (again only on WIN32)
* "export this from the DLL that we are building". (again only on WIN32)
*
* 8-22-96 -kuk-
*/

View File

@@ -24,13 +24,15 @@
*
* #include <other_stuff.h>
* #define epicsExportSharedSymbols
* #include <shareLib.h>
* #include <what_I_implement.h>
* ! no more "foreign" includes from here on !
*
* The point is: define epicsExportSharedSymbols exacly and only
* right before you include the prototypes for what you implement!
* Then include shareLib.h again because this is where they get changed.
* This time the epicsShare... macros expand to
* "export this from the DLL that we are building" (again only on WIN32)
* "export this from the DLL that we are building". (again only on WIN32)
*
* 8-22-96 -kuk-
*/