Bochs/bochs-testing/plugin-test/test3-twomodules/module1.h
Bryce Denney 059b59c98e - in bochs-testing area, check in shared library tests that I wrote while
trying to get plugins working on Cygwin.

Added Files:
	Makefile
	test1-static/*
	test2-dynamic/*
	test3-twomodules/*
	test4-interdep/*
2002-10-11 14:51:27 +00:00

8 lines
167 B
C

#ifndef DLLINTERFACE
#define DLLINTERFACE __declspec(dllimport)
#endif
DLLINTERFACE extern const char * module_name;
DLLINTERFACE extern int operate (int a, int b);