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
841ce935
Commit
841ce935
authored
May 23, 2002
by
Andreas Mohr
Committed by
Alexandre Julliard
May 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed obsolete email address.
parent
4c314000
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
typelib.c
dlls/oleaut32/typelib.c
+1
-1
setupx_main.c
dlls/setupapi/setupx_main.c
+2
-2
registry.c
misc/registry.c
+1
-1
No files found.
dlls/oleaut32/typelib.c
View file @
841ce935
...
...
@@ -592,7 +592,7 @@ DWORD WINAPI OaBuildVersion16(void)
* in case the user didn't force a --winver, but I don't know how
* to retrieve the "versionForced" info from misc/version.c :(
* (this would be useful in other places, too) */
FIXME
(
"
Please report to a.mohr@mailto.de if you get version error messages !
\n
"
);
FIXME
(
"
If you get version error messages, please report them
\n
"
);
switch
(
GetVersion
()
&
0x8000ffff
)
/* mask off build number */
{
case
0x80000a03
:
/* WIN31 */
...
...
dlls/setupapi/setupx_main.c
View file @
841ce935
...
...
@@ -501,7 +501,7 @@ RETERR16 SETUPX_DelLdd(LOGDISKID16 ldid)
*/
RETERR16
WINAPI
CtlDelLdd16
(
LOGDISKID16
ldid
)
{
FIXME
(
"(%d); - please report t
o a.mohr@mailto.de !!
!
\n
"
,
ldid
);
FIXME
(
"(%d); - please report t
his
!
\n
"
,
ldid
);
return
SETUPX_DelLdd
(
ldid
);
}
...
...
@@ -678,7 +678,7 @@ static RETERR16 SETUPX_GetLdd(LPLOGDISKDESC pldd)
RETERR16
WINAPI
CtlGetLdd16
(
LPLOGDISKDESC
pldd
)
{
FIXME
(
"(%p); - please report t
o a.mohr@mailto.de !!
!
\n
"
,
pldd
);
FIXME
(
"(%p); - please report t
his
!
\n
"
,
pldd
);
return
SETUPX_GetLdd
(
pldd
);
}
...
...
misc/registry.c
View file @
841ce935
...
...
@@ -1321,7 +1321,7 @@ static LPSTR _convert_win95_registry_to_wine_format(LPCSTR fn,int level)
error:
if
(
ret
==
NULL
)
{
ERR
(
"Unable to load native win95 registry file %s.
\n
"
,
fn
);
ERR
(
"Please report t
o a.mohr@mailto.de
.
\n
"
);
ERR
(
"Please report t
his
.
\n
"
);
ERR
(
"Make a backup of the file, run a good reg cleaner program and try again!
\n
"
);
}
...
...
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