Changeset 21720 for branches/gcc-kmk/src/rpcrt4/uuid.cpp
- Timestamp:
- Oct 19, 2011, 11:26:02 AM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/rpcrt4/uuid.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/rpcrt4/uuid.cpp
r3325 r21720 40 40 41 41 #include "io.h" 42 #include "sys \timeb.h"43 44 #include <sys \socket.h>45 #include <sys \ioctl.h>42 #include "sys/timeb.h" 43 44 #include <sys/socket.h> 45 #include <sys/ioctl.h> 46 46 #include <netdb.h> 47 #include <netinet \in.h>48 #include <netinet \tcp.h>47 #include <netinet/in.h> 48 #include <netinet/tcp.h> 49 49 #undef interface 50 #include <net \if.h>51 #include <netinet \if_ether.h>50 #include <net/if.h> 51 #include <netinet/if_ether.h> 52 52 #include <nerrno.h> 53 #include <sys \time.h>53 #include <sys/time.h> 54 54 55 55 ULONG WINAPI RtlExtendedIntegerMultiply(LARGE_INTEGER factor1, INT factor2);
Note:
See TracChangeset
for help on using the changeset viewer.
