goldendict-ng/src/mouseover_win32
2009-02-02 20:24:25 +00:00
..
GetWord.c Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00:00
GetWord.h Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00:00
HookImportFunction.c Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00:00
HookImportFunction.h Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00:00
Makefile Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00:00
readme.txt Support for ETO_GLYPH_INDEX in ExtTextOutW() function added. This makes 2009-02-02 20:24:25 +00:00
TextOutHook.c Support for ETO_GLYPH_INDEX in ExtTextOutW() function added. This makes 2009-02-02 20:24:25 +00:00
TextOutHook.h Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00:00
TextOutSpy.c Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00:00
TextOutSpy.h Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00:00
ThTypes.c Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00:00
ThTypes.h Win32-specific mouseover dll sources added, taken directly from StarDict 2009-02-02 19:26:39 +00: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 cross-compilation, and is completely separate
from the main program build.