diff --git a/src/include/shareLib.h b/src/include/shareLib.h index fa5a093cf..3ea73dbc3 100644 --- a/src/include/shareLib.h +++ b/src/include/shareLib.h @@ -28,11 +28,13 @@ * * In the implementation file, however, you write: * - * #include + * #include + * #include * #define epicsExportSharedSymbols + * ! no more includes specifying routines outside this DLLs from here on ! * #include - * #include - * ! no more "foreign" includes from here on ! + * #include + * #include * * The point is: define epicsExportSharedSymbols exacly and only * right before you include the prototypes for what you implement! diff --git a/src/libCom/misc/shareLib.h b/src/libCom/misc/shareLib.h index fa5a093cf..3ea73dbc3 100644 --- a/src/libCom/misc/shareLib.h +++ b/src/libCom/misc/shareLib.h @@ -28,11 +28,13 @@ * * In the implementation file, however, you write: * - * #include + * #include + * #include * #define epicsExportSharedSymbols + * ! no more includes specifying routines outside this DLLs from here on ! * #include - * #include - * ! no more "foreign" includes from here on ! + * #include + * #include * * The point is: define epicsExportSharedSymbols exacly and only * right before you include the prototypes for what you implement!