CgiDefs.h   CgiDefs.h 
skipping to change at line 57 skipping to change at line 57
#ifdef WIN32 #ifdef WIN32
// export library symbols // export library symbols
# ifdef CGICC_EXPORTS # ifdef CGICC_EXPORTS
# define CGICC_API __declspec(dllexport) # define CGICC_API __declspec(dllexport)
# else # else
# define CGICC_API __declspec(dllimport) # define CGICC_API __declspec(dllimport)
# endif # endif
# define HOST "Win32" # define HOST "Win32"
# define VERSION "3.2.4" # define VERSION "3.2.6"
#else #else
# define CGICC_API # define CGICC_API
#endif /* WIN32 */ #endif /* WIN32 */
#endif /* ! _CGIDEFS_H_ */ #endif /* ! _CGIDEFS_H_ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 HTMLElement.h   HTMLElement.h 
skipping to change at line 38 skipping to change at line 38
# pragma interface # pragma interface
#endif #endif
/*! \file HTMLElement.h /*! \file HTMLElement.h
* \brief Class dealing with HTML elements * \brief Class dealing with HTML elements
* *
* For example, \c a, \c img, \c html, and \c body, are all HTML elements. * For example, \c a, \c img, \c html, and \c body, are all HTML elements.
*/ */
#include <string> #include <string>
#include <cstring>
#include "cgicc/CgiDefs.h" #include "cgicc/CgiDefs.h"
#include "cgicc/MStreamable.h" #include "cgicc/MStreamable.h"
#include "cgicc/HTMLAttributeList.h" #include "cgicc/HTMLAttributeList.h"
namespace cgicc { namespace cgicc {
class HTMLElementList; class HTMLElementList;
// ============================================================ // ============================================================
 End of changes. 1 change blocks. 
1 lines changed or deleted 0 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/