mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
change NtUserChangeDisplaySettings stub so it report res not supported
geting quake1 working direcly form console with out any extra switch svn path=/trunk/; revision=12320
This commit is contained in:
parent
e07e530aa6
commit
2c0d95525f
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: stubs.c,v 1.49 2004/12/12 01:40:37 weiden Exp $
|
||||
/* $Id: stubs.c,v 1.50 2004/12/24 19:02:32 greatlrd Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -108,9 +108,9 @@ NtUserChangeDisplaySettings(
|
|||
DWORD dwflags,
|
||||
LPVOID lParam)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
|
||||
return 0;
|
||||
// UNIMPLEMENTED
|
||||
DbgPrint("(%s:%i) WIN32K: %s UNIMPLEMENTED\n", __FILE__, __LINE__, __FUNCTION__ );
|
||||
return DISP_CHANGE_BADMODE;
|
||||
}
|
||||
|
||||
DWORD
|
||||
|
|
Loading…
Reference in a new issue