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
9d9cf72a
Commit
9d9cf72a
authored
May 24, 2002
by
Vincent Béron
Committed by
Alexandre Julliard
May 24, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Partial implementation of VerifyVersionInfo{A,W}.
parent
55e845d1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
kernel32.spec
dlls/kernel/kernel32.spec
+2
-1
winbase.h
include/winbase.h
+3
-0
version.c
misc/version.c
+0
-0
No files found.
dlls/kernel/kernel32.spec
View file @
9d9cf72a
...
...
@@ -963,7 +963,8 @@ init MAIN_KernelInit
@ stdcall GetCalendarInfoW(long long long ptr long ptr) GetCalendarInfoW
@ stdcall SetCalendarInfoA(long long long str) SetCalendarInfoA
@ stdcall SetCalendarInfoW(long long long wstr) SetCalendarInfoW
@ stdcall VerifyVersionInfoW(long long long long)VerifyVersionInfoW
@ stdcall VerifyVersionInfoA(long long long long) VerifyVersionInfoA
@ stdcall VerifyVersionInfoW(long long long long) VerifyVersionInfoW
# XP extensions
@ stdcall DebugActiveProcessStop(long) DebugActiveProcessStop
...
...
include/winbase.h
View file @
9d9cf72a
...
...
@@ -1482,6 +1482,9 @@ BOOL WINAPI TlsSetValue(DWORD,LPVOID);
BOOL
WINAPI
TransmitCommChar
(
HANDLE
,
CHAR
);
BOOL
WINAPI
UnlockFile
(
HANDLE
,
DWORD
,
DWORD
,
DWORD
,
DWORD
);
BOOL
WINAPI
UnmapViewOfFile
(
LPVOID
);
BOOL
WINAPI
VerifyVersionInfoA
(
LPOSVERSIONINFOEXA
,
DWORD
,
DWORDLONG
);
BOOL
WINAPI
VerifyVersionInfoW
(
LPOSVERSIONINFOEXW
,
DWORD
,
DWORDLONG
);
#define VerifyVersionInfo WINELIB_NAME_AW(VerifyVersionInfo)
LPVOID
WINAPI
VirtualAlloc
(
LPVOID
,
DWORD
,
DWORD
,
DWORD
);
LPVOID
WINAPI
VirtualAllocEx
(
HANDLE
,
LPVOID
,
DWORD
,
DWORD
,
DWORD
);
BOOL
WINAPI
VirtualFree
(
LPVOID
,
DWORD
,
DWORD
);
...
...
misc/version.c
View file @
9d9cf72a
This diff is collapsed.
Click to expand it.
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