Module: wine Branch: master Commit: fa93dadfa1e20b252d3f30b09dfd8ee24b792012 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fa93dadfa1e20b252d3f30b09d...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sat Oct 26 23:10:26 2013 +0400
shell32/tests: Fix compilation with -D__WINESRC__.
---
dlls/shell32/tests/Makefile.in | 1 - dlls/shell32/tests/appbar.c | 13 +- dlls/shell32/tests/autocomplete.c | 4 +- dlls/shell32/tests/brsfolder.c | 62 +++++----- dlls/shell32/tests/ebrowser.c | 4 +- dlls/shell32/tests/progman_dde.c | 10 +- dlls/shell32/tests/shelldispatch.c | 1 + dlls/shell32/tests/shelllink.c | 47 ++++---- dlls/shell32/tests/shellpath.c | 1 + dlls/shell32/tests/shlexec.c | 121 +++++++++--------- dlls/shell32/tests/shlfileop.c | 242 ++++++++++++++++++------------------ dlls/shell32/tests/shlfolder.c | 4 +- dlls/shell32/tests/systray.c | 9 +- include/ddeml.h | 47 ++++++-- 14 files changed, 302 insertions(+), 264 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=fa93dadfa1e20b252d3f30...