mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
[User32]
- Now move Dde function from stubs. svn path=/trunk/; revision=65978
This commit is contained in:
parent
ee1b62f7f1
commit
4b33c4ba90
2 changed files with 9 additions and 10 deletions
|
@ -2,5 +2,13 @@
|
|||
#include <user32.h>
|
||||
#include <wine/debug.h>
|
||||
|
||||
//WINE_DEFAULT_DEBUG_CHANNEL(ddeml);
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(ddeml);
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL WINAPI DdeGetQualityOfService(HWND hWnd, DWORD Reserved, PSECURITY_QUALITY_OF_SERVICE pqosPrev)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
@ -467,15 +467,6 @@ VOID WINAPI ShowStartGlass(DWORD unknown)
|
|||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL WINAPI DdeGetQualityOfService(HWND hWnd, DWORD Reserved, PSECURITY_QUALITY_OF_SERVICE pqosPrev)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue