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
7d8f9de8
Commit
7d8f9de8
authored
Feb 20, 2006
by
James Hawkins
Committed by
Alexandre Julliard
Feb 21, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advpack: Make AddDelBackupEntry always return S_OK.
parent
60de11c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
files.c
dlls/advpack/files.c
+2
-3
No files found.
dlls/advpack/files.c
View file @
7d8f9de8
...
...
@@ -47,8 +47,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(advpack);
* the entries from the INI file.
*
* RETURNS
* Success: S_OK.
* Failure: E_FAIL.
* S_OK in all cases.
*
* NOTES
* If the INI file does not exist before adding entries to it, the file
...
...
@@ -66,7 +65,7 @@ HRESULT WINAPI AddDelBackupEntry(LPCSTR lpcszFileList, LPCSTR lpcszBackupDir,
FIXME
(
"(%p, %p, %p, %ld) stub
\n
"
,
lpcszFileList
,
lpcszBackupDir
,
lpcszBaseName
,
dwFlags
);
return
E_FAIL
;
return
S_OK
;
}
/* FIXME: this is only for the local case, X:\ */
...
...
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