Changeset 2615
- Timestamp:
- Aug 4, 2007, 1:34:00 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/tr_core.c
r2558 r2615 23 23 *****************************************************************************/ 24 24 25 #include < stdint.h>25 #include <inttypes.h> 26 26 #include <stdio.h> 27 27 #include <string.h> -
trunk/libtransmission/net.h
r2614 r2615 27 27 28 28 #ifdef WIN32 29 #include < stdint.h>29 #include <inttypes.h> 30 30 #include <winsock2.h> 31 31 typedef int socklen_t; -
trunk/wx/xmission.cc
r2609 r2615 9 9 */ 10 10 11 #include <inttypes.h> 11 12 #include <set> 12 13 #include <map> … … 14 15 #include <vector> 15 16 #include <iostream> 16 17 #include <stdint.h>18 17 19 18 #include <wx/artprov.h>
Note: See TracChangeset
for help on using the changeset viewer.