goldendict-ng/mouseover_win32
2011-05-29 21:55:05 -07:00
..
GetWord.c Try to prevent crashes in GdTextOutHook.dll 2011-03-29 18:42:14 +04:00
GetWord.h Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
HookImportFunction.c Try to prevent crashes in GdTextOutHook.dll 2011-03-29 18:42:14 +04:00
HookImportFunction.h Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
Makefile Try to prevent crashes in GdTextOutHook.dll 2011-03-29 18:42:14 +04:00
readme.txt Apply the latest mouseover patches by Abs62. 2010-12-04 00:12:20 +03:00
TextOutHook.c Change the obsolete e-mail adrress to the current one. 2011-05-29 21:55:05 -07:00
TextOutHook.h Apply the latest mouseover patches by Abs62. 2010-12-04 00:12:20 +03:00
TextOutSpy.c Change algorithm of the finding window under cursor 2011-03-29 18:45:32 +04:00
TextOutSpy.h Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00
ThTypes.c Try to prevent crashes in GdTextOutHook.dll 2011-03-29 18:42:14 +04:00
ThTypes.h Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00

These files were taken straight from StarDict 3.0.1. They didn't seem to
bear any copyright notices, and as such, no new initial notices were added.
Some global ids were changed to make sure that StarDict and GoldenDict
wouldn't interfere with each other when running simultaneously. Also,
Firefox 3 was made to work by implementing ETO_GLYPH_INDEX in ExtTextOutW()
function.

The Makefile is made for mingw32 compilation, and is completely separate
from the main program build.