From: Eric Mullins Date: Tue, 14 Jul 2009 04:26:10 +0000 (-0600) Subject: Removed dependency on jfwapi.h X-Git-Tag: v4.4.0.beta1~9 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=07d6c1c19f1ca78bf3c60183447dee9f80a40bbd Removed dependency on jfwapi.h Allows anyone to compile a jaws compatible binary. --- 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);