diff options
author | dscho <dscho> | 2007-04-06 08:58:30 +0000 |
---|---|---|
committer | dscho <dscho> | 2007-04-06 08:58:30 +0000 |
commit | 1060f747be30b8c4c5fb09f64349b300ef863303 (patch) | |
tree | 501f21e99cdd1e74f603fb7aa5959202445aad08 /ChangeLog | |
parent | 12c6764f509cfcb012a6663e4d01dc618d2ae1a3 (diff) | |
download | libtdevnc-1060f747be30b8c4c5fb09f64349b300ef863303.tar.gz libtdevnc-1060f747be30b8c4c5fb09f64349b300ef863303.zip |
rfb.h: Do not misplace guards
This buglet made it impossible to double include rfb.h from C++.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2007-04-05 Alessandro Praduroux <pradu@pradu.it> + * rfb/rfb.h: do not misplace guards, which makes it possible to + double include rfb.h from C++. + 2007-03-31 Guillaume Rousse <Guillaume.Rousse@inria.fr> * configure.ac, **/Makefile.am: build shared libraries |