X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fjaws.c;h=4502178e535e266b2e0d05f4e526cfc40d43f5ce;hb=21b2748b7e01ca15af0c2dce7102df401dc2666f;hp=c62f247640694333ce9661723e94a78765185146;hpb=2e85821da14eed8befd74e9aeb7ccf49c94a38a9;p=xboard.git diff --git a/winboard/jaws.c b/winboard/jaws.c index c62f247..4502178 100644 --- a/winboard/jaws.c +++ b/winboard/jaws.c @@ -147,8 +147,8 @@ char* SquareToNum(y) // from winboard.c: all new routines - -#include "jfwapi.h" +#define JFWAPI __declspec(dllimport) +JFWAPI BOOL WINAPI JFWSayString (LPCTSTR lpszStrinToSpeak, BOOL bInterrupt); typedef JFWAPI BOOL (WINAPI *PSAYSTRING)(LPCTSTR lpszStrinToSpeak, BOOL bInterrupt);