diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index d2464baaa..a9698ec90 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -13,6 +13,11 @@ +
Dirk Zimoch implemented the epicsLoadLibrary(), epicsLoadError() and +epicsFindSymbol() routines for Windows OS targets.
+The IOC commands dbDumpRecordType, dbDumpMenu and dbDumpRecord will now
diff --git a/src/libCom/osi/os/WIN32/osdFindSymbol.c b/src/libCom/osi/os/WIN32/osdFindSymbol.c
new file mode 100644
index 000000000..ed2b79c95
--- /dev/null
+++ b/src/libCom/osi/os/WIN32/osdFindSymbol.c
@@ -0,0 +1,46 @@
+/*************************************************************************\
+* Copyright (c) 2013 Dirk Zimoch, PSI
+* EPICS BASE is distributed subject to a Software License Agreement found
+* in file LICENSE that is included with this distribution.
+\*************************************************************************/
+/* osi/os/WIN32/epicsFindSymbol.c */
+
+
+#include