rev |
line source |
erjo@4295
|
1 --- synergy-1.3.1-ori/lib/arch/CArchDaemonUnix.cpp Sun Apr 24 03:02:12 2005
|
erjo@4295
|
2 +++ synergy-1.3.1/lib/arch/CArchDaemonUnix.cpp Sat Sep 26 10:33:29 2009
|
erjo@4295
|
3 @@ -19,6 +19,7 @@
|
erjo@4295
|
4 #include <sys/stat.h>
|
erjo@4295
|
5 #include <fcntl.h>
|
erjo@4295
|
6 #include <errno.h>
|
erjo@4295
|
7 +#include <cstdlib>
|
erjo@4295
|
8
|
erjo@4295
|
9 //
|
erjo@4295
|
10 // CArchDaemonUnix
|
erjo@4295
|
11 --- synergy-1.3.1-ori/lib/arch/CMultibyte.cpp Wed Nov 30 04:33:24 2005
|
erjo@4295
|
12 +++ synergy-1.3.1/lib/arch/CMultibyte.cpp Sat Sep 26 13:56:02 2009
|
erjo@4295
|
13 @@ -19,6 +19,7 @@
|
erjo@4295
|
14 #include "CArch.h"
|
erjo@4295
|
15 #include <limits.h>
|
erjo@4295
|
16 #include <string.h>
|
erjo@4295
|
17 +#include <cstdlib>
|
erjo@4295
|
18 #if HAVE_LOCALE_H
|
erjo@4295
|
19 # include <locale.h>
|
erjo@4295
|
20 #endif
|
erjo@4295
|
21 --- synergy-1.3.1-ori/lib/base/CStringUtil.cpp Wed Dec 14 17:25:20 2005
|
erjo@4295
|
22 +++ synergy-1.3.1/lib/base/CStringUtil.cpp Sat Sep 26 14:00:44 2009
|
erjo@4295
|
23 @@ -19,6 +19,7 @@
|
erjo@4295
|
24 #include <cctype>
|
erjo@4295
|
25 #include <cstdio>
|
erjo@4295
|
26 #include <cstdlib>
|
erjo@4295
|
27 +#include <cstring>
|
erjo@4295
|
28 #include <algorithm>
|
erjo@4295
|
29
|
erjo@4295
|
30 //
|
erjo@4295
|
31 --- synergy-1.3.1-ori/lib/client/CClient.cpp Thu Mar 9 04:07:17 2006
|
erjo@4295
|
32 +++ synergy-1.3.1/lib/client/CClient.cpp Sat Sep 26 18:21:54 2009
|
erjo@4295
|
33 @@ -26,6 +26,8 @@
|
erjo@4295
|
34 #include "CLog.h"
|
erjo@4295
|
35 #include "IEventQueue.h"
|
erjo@4295
|
36 #include "TMethodEventJob.h"
|
erjo@4295
|
37 +#include <cstdlib>
|
erjo@4295
|
38 +#include <cstring>
|
erjo@4295
|
39
|
erjo@4295
|
40 //
|
erjo@4295
|
41 // CClient
|
erjo@4295
|
42 --- synergy-1.3.1-ori/lib/client/CServerProxy.cpp Sun Apr 2 01:47:03 2006
|
erjo@4295
|
43 +++ synergy-1.3.1/lib/client/CServerProxy.cpp Sat Sep 26 18:23:54 2009
|
erjo@4295
|
44 @@ -24,6 +24,7 @@
|
erjo@4295
|
45 #include "TMethodEventJob.h"
|
erjo@4295
|
46 #include "XBase.h"
|
erjo@4295
|
47 #include <memory>
|
erjo@4295
|
48 +#include <cstring>
|
erjo@4295
|
49
|
erjo@4295
|
50 //
|
erjo@4295
|
51 // CServerProxy
|
erjo@4295
|
52 --- synergy-1.3.1-ori/lib/net/CTCPSocket.cpp Sun Apr 2 01:47:03 2006
|
erjo@4295
|
53 +++ synergy-1.3.1/lib/net/CTCPSocket.cpp Sat Sep 26 14:03:26 2009
|
erjo@4295
|
54 @@ -24,6 +24,7 @@
|
erjo@4295
|
55 #include "CArch.h"
|
erjo@4295
|
56 #include "XArch.h"
|
erjo@4295
|
57 #include <string.h>
|
erjo@4295
|
58 +#include <cstdlib>
|
erjo@4295
|
59
|
erjo@4295
|
60 //
|
erjo@4295
|
61 // CTCPSocket
|
erjo@4295
|
62 --- synergy-1.3.1-ori/lib/platform/CXWindowsScreen.cpp Sun Apr 2 19:16:39 2006
|
erjo@4295
|
63 +++ synergy-1.3.1/lib/platform/CXWindowsScreen.cpp Sat Sep 26 18:18:55 2009
|
erjo@4295
|
64 @@ -27,6 +27,8 @@
|
erjo@4295
|
65 #include "IEventQueue.h"
|
erjo@4295
|
66 #include "TMethodEventJob.h"
|
erjo@4295
|
67 #include <cstring>
|
erjo@4295
|
68 +#include <cstdlib>
|
erjo@4295
|
69 +
|
erjo@4295
|
70 #if X_DISPLAY_MISSING
|
erjo@4295
|
71 # error X11 is required to build synergy
|
erjo@4295
|
72 #else
|
erjo@4295
|
73 --- synergy-1.3.1-ori/lib/server/CClientProxy1_3.cpp Sun Feb 12 19:53:43 2006
|
erjo@4295
|
74 +++ synergy-1.3.1/lib/server/CClientProxy1_3.cpp Sat Sep 26 18:28:57 2009
|
erjo@4295
|
75 @@ -17,7 +17,7 @@
|
erjo@4295
|
76 #include "CLog.h"
|
erjo@4295
|
77 #include "IEventQueue.h"
|
erjo@4295
|
78 #include "TMethodEventJob.h"
|
erjo@4295
|
79 -
|
erjo@4295
|
80 +#include <cstring>
|
erjo@4295
|
81 //
|
erjo@4295
|
82 // CClientProxy1_3
|
erjo@4295
|
83 //
|
erjo@4295
|
84 --- synergy-1.3.1-ori/lib/server/CServer.cpp Sun Apr 2 01:47:04 2006
|
erjo@4295
|
85 +++ synergy-1.3.1/lib/server/CServer.cpp Sat Sep 26 18:51:59 2009
|
erjo@4295
|
86 @@ -29,6 +29,7 @@
|
erjo@4295
|
87 #include "TMethodEventJob.h"
|
erjo@4295
|
88 #include "CArch.h"
|
erjo@4295
|
89 #include <string.h>
|
erjo@4295
|
90 +#include <cstdlib>
|
erjo@4295
|
91
|
erjo@4295
|
92 //
|
erjo@4295
|
93 // CServer
|
erjo@4295
|
94 --- synergy-1.3.1-ori/lib/synergy/CPacketStreamFilter.cpp Sun Apr 24 03:02:16 2005
|
erjo@4295
|
95 +++ synergy-1.3.1/lib/synergy/CPacketStreamFilter.cpp Sat Sep 26 14:17:11 2009
|
erjo@4295
|
96 @@ -16,6 +16,7 @@
|
erjo@4295
|
97 #include "IEventQueue.h"
|
erjo@4295
|
98 #include "CLock.h"
|
erjo@4295
|
99 #include "TMethodEventJob.h"
|
erjo@4295
|
100 +#include <cstring>
|
erjo@4295
|
101
|
erjo@4295
|
102 //
|
erjo@4295
|
103 // CPacketStreamFilter
|
erjo@4295
|
104 --- synergy-1.3.1-ori/lib/synergy/IKeyState.cpp Wed Mar 22 05:40:27 2006
|
erjo@4295
|
105 +++ synergy-1.3.1/lib/synergy/IKeyState.cpp Sat Sep 26 14:35:54 2009
|
erjo@4295
|
106 @@ -14,6 +14,7 @@
|
erjo@4295
|
107
|
erjo@4295
|
108 #include "IKeyState.h"
|
erjo@4295
|
109 #include <string.h>
|
erjo@4295
|
110 +#include <cstdlib>
|
erjo@4295
|
111
|
erjo@4295
|
112 //
|
erjo@4295
|
113 // IKeyState
|
erjo@4295
|
114 --- synergy-1.3.1-ori/lib/synergy/IPrimaryScreen.cpp Wed Mar 22 05:40:27 2006
|
erjo@4295
|
115 +++ synergy-1.3.1/lib/synergy/IPrimaryScreen.cpp Sat Sep 26 18:15:23 2009
|
erjo@4295
|
116 @@ -13,6 +13,7 @@
|
erjo@4295
|
117 */
|
erjo@4295
|
118
|
erjo@4295
|
119 #include "IPrimaryScreen.h"
|
erjo@4295
|
120 +#include <cstdlib>
|
erjo@4295
|
121
|
erjo@4295
|
122 //
|
erjo@4295
|
123 // IPrimaryScreen
|