Changeset 21849 for branches/gcc-kmk/src/rpcrt4/uuid.cpp
- Timestamp:
- Dec 6, 2011, 2:03:14 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/rpcrt4/uuid.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/rpcrt4/uuid.cpp
r21720 r21849 35 35 36 36 37 #define TCPV40HDRS38 #include "rpcrt4.h"39 #include "uuidp.h"40 41 #include "io.h"42 #include "sys/timeb.h"43 44 37 #include <sys/socket.h> 45 38 #include <sys/ioctl.h> … … 52 45 #include <nerrno.h> 53 46 #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" 54 56 55 57 ULONG WINAPI RtlExtendedIntegerMultiply(LARGE_INTEGER factor1, INT factor2);
Note:
See TracChangeset
for help on using the changeset viewer.
