| OLD | NEW |
| 1 This directory contains files extracted from modp-base64-v2.0.0.tar.bz2, | 1 This directory contains files extracted from modp-base64-v2.0.0.tar.bz2, |
| 2 downloaded from http://modp.com/release/base64/ | 2 downloaded from http://modp.com/release/base64/ |
| 3 | 3 |
| 4 See the header of modp_b64.cc for the license terms. | 4 See the header of modp_b64.cc for the license terms. |
| 5 | 5 |
| 6 The modp_b64.c file was modified to remove the inclusion of modp's config.h | 6 The modp_b64.c file was modified to remove the inclusion of modp's config.h |
| 7 and to fix compilation errors that occur under VC8. The file was renamed | 7 and to fix compilation errors that occur under VC8. The file was renamed |
| 8 modp_b64.cc to force it to be compiled as C++ so that the inclusion of | 8 modp_b64.cc to force it to be compiled as C++ so that the inclusion of |
| 9 basictypes.h could be possible. | 9 basictypes.h could be possible. |
| 10 | 10 |
| 11 The file modp_b64_data.h was generated by modp_b64_gen.c (under Linux), which | 11 The file modp_b64_data.h was generated by modp_b64_gen.c (under Linux), which |
| 12 is not included in this directory. The resulting header was modified to remove | 12 is not included in this directory. The resulting header was modified to remove |
| 13 the "#include <stdint.h>" since that header file does not exist under VC8. The | 13 the "#include <stdint.h>" since that header file does not exist under VC8. The |
| 14 required typedefs for uint8_t and uint32_t were defined in its place. | 14 required typedefs for uint8_t and uint32_t were defined in its place. |
| OLD | NEW |