]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmldefs.h
Changed an OBJARRAY to an EXPORTED_OBJARRAY
[wxWidgets.git] / include / wx / html / htmldefs.h
index 955b4456fdb3f3986430c0f54d81724d1d404dff..fb316d43baa308750c2f1eb27f60c2e2bd34a5a5 100644 (file)
@@ -2,13 +2,14 @@
 // Name:        htmldefs.h
 // Purpose:     constants for wxhtml library
 // Author:      Vaclav Slavik
+// RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vaclav Slavik
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
 
-#ifndef __HTMLDEFS_H__
-#define __HTMLDEFS_H__
+#ifndef _WX_HTMLDEFS_H_
+#define _WX_HTMLDEFS_H_
 
 #include "wx/defs.h"
 
@@ -76,8 +77,8 @@
        
 #define HTML_COND_ISIMAGEMAP            2
         // Finds imagemap of 'param' name (pointer to wxString).
-       // (used exclusively by mod_image.cpp)
-
+       // (used exclusively by m_image.cpp)
+       
 #define HTML_COND_USER              10000
         // User-defined conditions should start from this number
 
@@ -93,6 +94,8 @@
     /* size of temporary buffer used during parsing */
 #define HTML_REALLOC_STEP              32
     /* steps of array reallocation */
+#define HTML_PRINT_MAX_PAGES          999
+    /* maximum number of pages printable via html printing */
 
 #endif
-#endif
\ No newline at end of file
+#endif