extern "C" did not work for WIN32

This commit is contained in:
Janet B. Anderson
2001-01-18 20:31:02 +00:00
parent 5acd6d9547
commit d4a6bb29f4
-3
View File
@@ -7,9 +7,6 @@
#include <stdio.h>
#include <stddef.h>
extern "C" {
static void epicsThreadCallEntryPoint ( void *pPvt ); // for gnu warning
}
#define epicsExportSharedSymbols