From 935d7f31460ddf38b549fb59ade3472f9614367b Mon Sep 17 00:00:00 2001 From: Ken Evans Date: Tue, 3 Feb 1998 17:28:20 +0000 Subject: [PATCH] Added more information to the comments. --- src/include/shareLib.h | 4 +++- src/libCom/misc/shareLib.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/include/shareLib.h b/src/include/shareLib.h index 1406e79af..65bb03108 100644 --- a/src/include/shareLib.h +++ b/src/include/shareLib.h @@ -24,13 +24,15 @@ * * #include * #define epicsExportSharedSymbols + * #include * #include * ! 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- */ diff --git a/src/libCom/misc/shareLib.h b/src/libCom/misc/shareLib.h index 1406e79af..65bb03108 100644 --- a/src/libCom/misc/shareLib.h +++ b/src/libCom/misc/shareLib.h @@ -24,13 +24,15 @@ * * #include * #define epicsExportSharedSymbols + * #include * #include * ! 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- */