Ignore:
Timestamp:
Sep 23, 2010, 10:09:19 PM (15 years ago)
Author:
dmik
Message:

WinSock2: IPPROTO_IP option constants have different values than in Winsock1.1 (closes ticket:10).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winsock2.h

    r21420 r21456  
    88#define __WINSOCK2API__
    99
    10 #include "winsock.h"
     10#include <winsock.h>
    1111
    1212/* proper 4-byte packing */
    13 #include "pshpack4.h"
     13#include <pshpack4.h>
    1414
    1515#define SO_GROUP_ID       0x2001
     
    372372extern INT WINAPI ioctlsocket(SOCKET s, LONG cmd, ULONG *argp);
    373373
    374 #include "poppack.h"
     374#include <poppack.h>
    375375
    376376#endif
Note: See TracChangeset for help on using the changeset viewer.