mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 12:32:49 +00:00
- Fix WmiFireEvent Guid type.
- Define WINSOCK_API_LINKAGE in ws2_32 - Remove winsock.h inclusion from ws2_32/misc/async.c svn path=/branches/header-work/; revision=46793
This commit is contained in:
parent
b1675d448b
commit
3d615f92df
3 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,6 @@
|
|||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <winsock.h>
|
||||
|
||||
#define WS_FD_SETSIZE FD_SETSIZE
|
||||
#define HAVE_GETPROTOBYNAME
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<include base="ws2_32">include</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="LE" />
|
||||
<define name="WINSOCK_API_LINKAGE">DECLSPEC_EXPORT</define>
|
||||
<library>wine</library>
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
|
|
|
@ -34,7 +34,7 @@ WmiCompleteRequest(IN PDEVICE_OBJECT DeviceObject,
|
|||
NTSTATUS
|
||||
NTAPI
|
||||
WmiFireEvent(IN PDEVICE_OBJECT DeviceObject,
|
||||
IN LPGUID Guid,
|
||||
IN LPCGUID Guid,
|
||||
IN ULONG InstanceIndex,
|
||||
IN ULONG EventDataSize,
|
||||
IN PVOID EventData)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue