Removed obsolete email address.

This commit is contained in:
Andreas Mohr 2002-05-23 02:41:46 +00:00 committed by Alexandre Julliard
parent 4c314000b9
commit 841ce935d2
3 changed files with 4 additions and 4 deletions

View File

@ -592,7 +592,7 @@ DWORD WINAPI OaBuildVersion16(void)
* in case the user didn't force a --winver, but I don't know how * in case the user didn't force a --winver, but I don't know how
* to retrieve the "versionForced" info from misc/version.c :( * to retrieve the "versionForced" info from misc/version.c :(
* (this would be useful in other places, too) */ * (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 */ switch(GetVersion() & 0x8000ffff) /* mask off build number */
{ {
case 0x80000a03: /* WIN31 */ case 0x80000a03: /* WIN31 */

View File

@ -501,7 +501,7 @@ RETERR16 SETUPX_DelLdd(LOGDISKID16 ldid)
*/ */
RETERR16 WINAPI CtlDelLdd16(LOGDISKID16 ldid) RETERR16 WINAPI CtlDelLdd16(LOGDISKID16 ldid)
{ {
FIXME("(%d); - please report to a.mohr@mailto.de !!!\n", ldid); FIXME("(%d); - please report this!\n", ldid);
return SETUPX_DelLdd(ldid); return SETUPX_DelLdd(ldid);
} }
@ -678,7 +678,7 @@ static RETERR16 SETUPX_GetLdd(LPLOGDISKDESC pldd)
RETERR16 WINAPI CtlGetLdd16(LPLOGDISKDESC pldd) RETERR16 WINAPI CtlGetLdd16(LPLOGDISKDESC pldd)
{ {
FIXME("(%p); - please report to a.mohr@mailto.de !!!\n", pldd); FIXME("(%p); - please report this!\n", pldd);
return SETUPX_GetLdd(pldd); return SETUPX_GetLdd(pldd);
} }

View File

@ -1321,7 +1321,7 @@ static LPSTR _convert_win95_registry_to_wine_format(LPCSTR fn,int level)
error: error:
if(ret == NULL) { if(ret == NULL) {
ERR("Unable to load native win95 registry file %s.\n",fn); ERR("Unable to load native win95 registry file %s.\n",fn);
ERR("Please report to a.mohr@mailto.de.\n"); ERR("Please report this.\n");
ERR("Make a backup of the file, run a good reg cleaner program and try again!\n"); ERR("Make a backup of the file, run a good reg cleaner program and try again!\n");
} }