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- */