From ae1a1dc7b8a7cd88cf2e964b2e960cc35015e669 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 2 Mar 1998 22:06:15 +0000 Subject: [PATCH] improved doc --- src/include/shareLib.h | 8 +++++--- src/libCom/misc/shareLib.h | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) 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!