diff options
author | Jesús Corrius <jesus@softcatala.org> | 2011-01-31 15:51:03 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2011-01-31 15:52:01 +0100 |
commit | 8e6b74c1ec581b372034c3f7fab09dfedeb41850 (patch) | |
tree | 2e6e90fc4b30d659f9ffa352e0ce7aa71fd51c84 /fpicker | |
parent | 85a52fbba9d21d7f7b68331e0017af7ac6ec1854 (diff) |
Use DELAYLOAD to load shell32.dll in fpicker
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/util/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fpicker/util/makefile.mk b/fpicker/util/makefile.mk index c249e4259e91..e9642f592c43 100644 --- a/fpicker/util/makefile.mk +++ b/fpicker/util/makefile.mk @@ -58,7 +58,9 @@ SHL1STDLIBS= $(COMMON_LIBS) \ $(OLEAUT32LIB)\ $(COMDLG32LIB)\ $(KERNEL32LIB)\ - $(UUIDLIB) + $(UUIDLIB)\ + Delayimp.lib\ + /DELAYLOAD:shell32.dll SHL1DEPN= SHL1IMPLIB=i$(SHL1TARGET) |