http://bugs.winehq.org/show_bug.cgi?id=11057
Tobias Jakobi liquid.acid@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
--- Comment #18 from Tobias Jakobi liquid.acid@gmx.net 2008-08-04 17:59:29 --- Regression testing between 0.9.48 and 0.9.52 turned up:
95c728551d5ee9b71d2a6328d0220a8b678c5225 is first bad commit commit 95c728551d5ee9b71d2a6328d0220a8b678c5225 Author: Alexandre Julliard julliard@winehq.org Date: Wed Nov 7 12:31:16 2007 +0100
include: Mark imported functions with hidden visibility.
:040000 040000 7fa4ab1e22a17353ca790fb2f24b0f1d580958b3 9c04e6180be0b1e3ce8d6e2adffc91a25408a3f7 M include
Bisect log: git-bisect start # good: [444b3c7a58951d3fa54f5817b477b4c8f5c99552] Release 0.9.48. git-bisect good 444b3c7a58951d3fa54f5817b477b4c8f5c99552 # bad: [c03617509409fb5a1f8528c6f927c0bc7ed9d2ae] Release 0.9.52. git-bisect bad c03617509409fb5a1f8528c6f927c0bc7ed9d2ae # bad: [8c2b994c4668395e8234dd218fbbc9ba3b7abcb5] kernel32: Terminate child process in virtual tests. git-bisect bad 8c2b994c4668395e8234dd218fbbc9ba3b7abcb5 # bad: [f727e56d6d330b5ed5103f4d93d25d529c792bfb] wininet: Initialize ftp sockets. git-bisect bad f727e56d6d330b5ed5103f4d93d25d529c792bfb # good: [abd95840a58635a51e48040425def4b8688dfad3] inetcomm: Add stubs for MimeOleSetCompatMode and MimeOleCreateMessage. git-bisect good abd95840a58635a51e48040425def4b8688dfad3 # good: [f309cdf733caaf3219b51db91256421ae9c9f011] mshtml: Store HTMLDocument pointer in BSCallback object. git-bisect good f309cdf733caaf3219b51db91256421ae9c9f011 # good: [d2c166bbb7ef13f62ba08d466dfb7a3d59145d49] d3d9: Initialize the test rectangle correctly. git-bisect good d2c166bbb7ef13f62ba08d466dfb7a3d59145d49 # bad: [61d58c15aaf9660f9e13f45b33a0559201f84617] rsaenh: Fix a comment. git-bisect bad 61d58c15aaf9660f9e13f45b33a0559201f84617 # bad: [9260fcf7acafc15364340b457e7f01bb1216b564] rsaenh: Use helper function to delete a key container's registry key. git-bisect bad 9260fcf7acafc15364340b457e7f01bb1216b564 # good: [16d85e2d303e5612c575ab0fd1fd51542d670506] include: Add WINBASEAPI to the exported kernel32 functions. git-bisect good 16d85e2d303e5612c575ab0fd1fd51542d670506 # bad: [95c728551d5ee9b71d2a6328d0220a8b678c5225] include: Mark imported functions with hidden visibility. git-bisect bad 95c728551d5ee9b71d2a6328d0220a8b678c5225 # good: [6678c07f5784365fee9dc3c43f71f9712897cfde] include: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h. git-bisect good 6678c07f5784365fee9dc3c43f71f9712897cfde
Now I'm confused...?!
Greets, Tobias