Ignore:
Timestamp:
Dec 6, 2011, 2:03:14 PM (14 years ago)
Author:
dmik
Message:

Port RPCRT4 to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/rpcrt4/uuid.cpp

    r21720 r21849  
    3535
    3636
    37 #define TCPV40HDRS
    38 #include "rpcrt4.h"
    39 #include "uuidp.h"
    40 
    41 #include "io.h"
    42 #include "sys/timeb.h"
    43 
    4437#include <sys/socket.h>
    4538#include <sys/ioctl.h>
     
    5245#include <nerrno.h>
    5346#include <sys/time.h>
     47
     48#ifndef TCPV40HDRS
     49#define TCPV40HDRS
     50#endif
     51#include "rpcrt4.h"
     52#include "uuidp.h"
     53
     54#include "io.h"
     55#include "sys/timeb.h"
    5456
    5557ULONG WINAPI RtlExtendedIntegerMultiply(LARGE_INTEGER factor1, INT factor2);
Note: See TracChangeset for help on using the changeset viewer.