Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
bf680011
Commit
bf680011
authored
Jun 27, 2006
by
Juan Lang
Committed by
Alexandre Julliard
Jun 28, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add a stub for InvalidateDriveType.
parent
7f9e61f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
shell32.spec
dlls/shell32/shell32.spec
+1
-1
shellord.c
dlls/shell32/shellord.c
+8
-0
No files found.
dlls/shell32/shell32.spec
View file @
bf680011
...
...
@@ -59,7 +59,7 @@
62 stdcall -noname PickIconDlg(long long long long)
63 stdcall -noname GetFileNameFromBrowse(long long long long str str str)
64 stdcall -noname DriveType(long)
65 st
ub -noname InvalidateDriveType
65 st
dcall -noname InvalidateDriveType(long)
66 stdcall -noname IsNetDrive(long)
67 stdcall -noname Shell_MergeMenus(long long long long long long)
68 stdcall -noname SHGetSetSettings(ptr long long)
...
...
dlls/shell32/shellord.c
View file @
bf680011
...
...
@@ -1301,6 +1301,14 @@ HRESULT WINAPI DriveType(DWORD u)
return
0
;
}
/*************************************************************************
* InvalidateDriveType [SHELL32.65]
*
*/
int
WINAPI
InvalidateDriveType
(
int
u
)
{
FIXME
(
"0x%08x stub
\n
"
,
u
);
return
0
;
}
/*************************************************************************
* SHAbortInvokeCommand [SHELL32.198]
*
*/
...
...
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