projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5193ef6
)
Removed dependency on jfwapi.h
author
Eric Mullins
<emwine@earthlink.net>
Tue, 14 Jul 2009 04:26:10 +0000 (22:26 -0600)
committer
Eric Mullins
<emwine@earthlink.net>
Tue, 14 Jul 2009 04:26:10 +0000 (22:26 -0600)
Allows anyone to compile a jaws compatible binary.
winboard/jaws.c
patch
|
blob
|
history
diff --git
a/winboard/jaws.c
b/winboard/jaws.c
index
c62f247
..
4502178
100644
(file)
--- a/
winboard/jaws.c
+++ b/
winboard/jaws.c
@@
-147,8
+147,8
@@
char* SquareToNum(y)
\r
\r
// from winboard.c: all new routines
\r
-
\r
-#include "jfwapi.h"
\r
+#define JFWAPI __declspec(dllimport)
\r
+JFWAPI BOOL WINAPI JFWSayString (LPCTSTR lpszStrinToSpeak, BOOL bInterrupt);
\r
\r
typedef JFWAPI BOOL (WINAPI *PSAYSTRING)(LPCTSTR lpszStrinToSpeak, BOOL bInterrupt);
\r
\r