mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[SENSAPI] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
24c1f25a26
commit
22d7799b34
2 changed files with 13 additions and 15 deletions
|
@ -22,27 +22,25 @@
|
||||||
* connections. For Wine we just report that we are always connected.
|
* connections. For Wine we just report that we are always connected.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define WIN32_NO_STATUS
|
#include "config.h"
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
//#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#define COBJMACROS
|
#define COBJMACROS
|
||||||
|
|
||||||
#include <windef.h>
|
#include "windef.h"
|
||||||
#include <winbase.h>
|
#include "winbase.h"
|
||||||
//#include "wingdi.h"
|
#include "wingdi.h"
|
||||||
//#include "winuser.h"
|
#include "winuser.h"
|
||||||
//#include "ole2.h"
|
#include "ole2.h"
|
||||||
//#include "sensevts.h"
|
#include "sensevts.h"
|
||||||
#include <sensapi.h>
|
#include "sensapi.h"
|
||||||
|
|
||||||
//#include "uuids.h"
|
#include "uuids.h"
|
||||||
|
|
||||||
//#include "wine/unicode.h"
|
#include "wine/unicode.h"
|
||||||
#include <wine/debug.h>
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(sensapi);
|
WINE_DEFAULT_DEBUG_CHANNEL(sensapi);
|
||||||
|
|
||||||
|
|
|
@ -168,7 +168,7 @@ reactos/dll/win32/schannel # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/scrrun # Synced to WineStaging-3.3
|
reactos/dll/win32/scrrun # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/secur32 # Forked
|
reactos/dll/win32/secur32 # Forked
|
||||||
reactos/dll/win32/security # Forked (different .spec)
|
reactos/dll/win32/security # Forked (different .spec)
|
||||||
reactos/dll/win32/sensapi # Synced to WineStaging-2.9
|
reactos/dll/win32/sensapi # Synced to WineStaging-3.3
|
||||||
reactos/dll/win32/setupapi # Forked at Wine-20050524
|
reactos/dll/win32/setupapi # Forked at Wine-20050524
|
||||||
reactos/dll/win32/shdoclc # Synced to WineStaging-2.9
|
reactos/dll/win32/shdoclc # Synced to WineStaging-2.9
|
||||||
reactos/dll/win32/shdocvw # Synced to Wine-3.0
|
reactos/dll/win32/shdocvw # Synced to Wine-3.0
|
||||||
|
|
Loading…
Reference in a new issue