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/src/ws2_32/socketodin.cpp

    r8828 r21456  
    11/* $Id: socketodin.cpp,v 1.3 2002-07-03 09:47:37 sandervl Exp $ */
    22
    3 #include <odin.h>
    4 #include <winsock2.h>
    5 #include <ws2tcpip.h>
    6 #include <debugtools.h>
    7 #include <misc.h>
     3#include "odin.h"
     4#include "winsock2.h"
     5#include "ws2defs.h"
     6#include "debugtools.h"
     7#include "misc.h"
    88
    99ODINDEBUGCHANNEL(WS2_32-SOCKETODIN)
Note: See TracChangeset for help on using the changeset viewer.