Thanks for sending a patch for this. It seems it was not committed, probably because your mailer added line-breaks, making it difficult to apply.
Could you resend as an attachment, or without the line breaks if you can configure your mailer to do that?
Or, if you prefer, I can send this with fixed formatting on your behalf.
2010/3/12 Julian Rüger jr98@gmx.net:
dlls/windowscodecs/pngformat.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/windowscodecs/pngformat.c b/dlls/windowscodecs/pngformat.c index 22b37b0..5af680e 100644 --- a/dlls/windowscodecs/pngformat.c +++ b/dlls/windowscodecs/pngformat.c @@ -1320,13 +1320,13 @@ HRESULT PngEncoder_CreateInstance(IUnknown *pUnkOuter, REFIID iid, void** ppv)
HRESULT PngDecoder_CreateInstance(IUnknown *pUnkOuter, REFIID iid, void** ppv) {
- ERR("Trying to load PNG picture, but PNG supported not compiled
in.\n");
- ERR("Trying to load PNG picture, but PNG support is not compiled
in.\n"); return E_FAIL; }
HRESULT PngEncoder_CreateInstance(IUnknown *pUnkOuter, REFIID iid, void** ppv) {
- ERR("Trying to save PNG picture, but PNG supported not compiled
in.\n");
- ERR("Trying to save PNG picture, but PNG support is not compiled
in.\n"); return E_FAIL; }
-- 1.5.6.3