Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
217bd082
Commit
217bd082
authored
Oct 26, 2004
by
Juan Lang
Committed by
Alexandre Julliard
Oct 26, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update shell32's version to WinXP level.
parent
50e67ce5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
shellpath.c
dlls/shell32/tests/shellpath.c
+0
-2
version.h
dlls/shell32/version.h
+4
-4
No files found.
dlls/shell32/tests/shellpath.c
View file @
217bd082
...
...
@@ -784,8 +784,6 @@ static void doChild(const char *arg)
* Some APIs unrelated to the ones under test may fail, but I expect they're
* covered by other unit tests; I just print out something about failure to
* help trace what's going on.
* FIXME: this is basically a no-op under Wine, since it only reports shell32
* version 4.72.
*/
static
void
testNonExistentPath
(
void
)
{
...
...
dlls/shell32/version.h
View file @
217bd082
...
...
@@ -18,11 +18,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define WINE_FILEVERSION_MAJOR
4
#define WINE_FILEVERSION_MINOR
72
#define WINE_FILEVERSION_BUILD
311
0
#define WINE_FILEVERSION_MAJOR
6
#define WINE_FILEVERSION_MINOR
0
#define WINE_FILEVERSION_BUILD
260
0
#define WINE_FILEVERSION_PLATFORMID 1
/* FIXME: when libs/wpp gets fixed to support concatenation we can remove
* this and define it in version.rc */
#define WINE_FILEVERSION "
4.72.311
0.1"
#define WINE_FILEVERSION "
6.0.260
0.1"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment