Changeset 21916 for trunk/src/rpcrt4/uuid.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/rpcrt4/uuid.cpp
r3325 r21916 35 35 36 36 37 #include <sys/socket.h> 38 #include <sys/ioctl.h> 39 #include <netdb.h> 40 #include <netinet/in.h> 41 #include <netinet/tcp.h> 42 #undef interface 43 #include <net/if.h> 44 #include <netinet/if_ether.h> 45 #include <nerrno.h> 46 #include <sys/time.h> 47 48 #ifndef TCPV40HDRS 37 49 #define TCPV40HDRS 50 #endif 38 51 #include "rpcrt4.h" 39 52 #include "uuidp.h" 40 53 41 54 #include "io.h" 42 #include "sys\timeb.h" 43 44 #include <sys\socket.h> 45 #include <sys\ioctl.h> 46 #include <netdb.h> 47 #include <netinet\in.h> 48 #include <netinet\tcp.h> 49 #undef interface 50 #include <net\if.h> 51 #include <netinet\if_ether.h> 52 #include <nerrno.h> 53 #include <sys\time.h> 55 #include "sys/timeb.h" 54 56 55 57 ULONG WINAPI RtlExtendedIntegerMultiply(LARGE_INTEGER factor1, INT factor2);
Note:
See TracChangeset
for help on using the changeset viewer.