Jacek Caban : mshtml: Get rid of no longer used GECKO_DATADIR.
Module: wine Branch: master Commit: 75c7d564652fb9fbe8e5a4116a1080e7f3237fe1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=75c7d564652fb9fbe8e5a4116a... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Dec 23 14:26:13 2010 +0100 mshtml: Get rid of no longer used GECKO_DATADIR. --- dlls/mshtml/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/Makefile.in b/dlls/mshtml/Makefile.in index d805c74..58ef16c 100644 --- a/dlls/mshtml/Makefile.in +++ b/dlls/mshtml/Makefile.in @@ -1,7 +1,7 @@ MODULE = mshtml.dll IMPORTLIB = mshtml IMPORTS = strmiids uuid urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi32 -EXTRADEFS = -DCOM_NO_WINDOWS_H -DGECKO_DATADIR="\"$(datadir)\"" +EXTRADEFS = -DCOM_NO_WINDOWS_H DELAYIMPORTS = wininet C_SRCS = \
participants (1)
-
Alexandre Julliard