summaryrefslogtreecommitdiff
path: root/common/defines.h
diff options
context:
space:
mode:
authorleo2001-03-23 21:36:41 +0000
committerleo2001-03-23 21:36:41 +0000
commit1fb9b7fceb4e531f6c0dcdb989584b329b5e5107 (patch)
tree6770fb3a35bcc2213074a4162c4b91e5f15908f1 /common/defines.h
parent86a640b8111add87c17d95844896c4f34b7920da (diff)
Added an option to save HTML files with .html extension instead of .htm.
git-svn-id: http://svn.leocad.org/trunk@259 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'common/defines.h')
-rw-r--r--common/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/defines.h b/common/defines.h
index 230f6b8..1bb7057 100644
--- a/common/defines.h
+++ b/common/defines.h
@@ -179,6 +179,7 @@ unsigned long SwapLONG(unsigned long x)
#define LC_HTML_LISTEND 0x08
#define LC_HTML_LISTSTEP 0x10
#define LC_HTML_HIGHLIGHT 0x20
+#define LC_HTML_HTMLEXT 0x40
// Bounding box owner (FIXME: cleanup)
typedef enum { LC_PIECE, LC_CAMERA, LC_CAMERA_TARGET,