059b59c98e
trying to get plugins working on Cygwin. Added Files: Makefile test1-static/* test2-dynamic/* test3-twomodules/* test4-interdep/*
8 lines
152 B
C
8 lines
152 B
C
#ifndef DLLINTERFACE
|
|
#define DLLINTERFACE __declspec(dllimport)
|
|
#endif
|
|
|
|
DLLINTERFACE extern int n_operations;
|
|
DLLINTERFACE void operation_occurred ();
|
|
|