mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
winsock2.h now depends on stddef.h
svn path=/trunk/; revision=6013
This commit is contained in:
parent
569f26e923
commit
eca8e8ad7c
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
#ifndef __WSAHELP_H
|
||||
#define __WSAHELP_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <winsock2.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#ifndef __PACKET32
|
||||
#define __PACKET32
|
||||
|
||||
#include <stddef.h>
|
||||
#include <winsock2.h>
|
||||
|
||||
// Working modes
|
||||
|
|
Loading…
Reference in a new issue