diff dw.h @ 2081:24875681eec5

Added htmlEngine to DWEnv
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 31 May 2020 05:25:18 +0000
parents 9101babfc421
children f1acc157b2dd
line wrap: on
line diff
--- a/dw.h	Mon May 25 13:03:01 2020 +0000
+++ b/dw.h	Sun May 31 05:25:18 2020 +0000
@@ -270,7 +270,7 @@
 
 #include <stdio.h>
 
-/* Mostly safe but slow snprintf() for compilers that don't have it... 
+/* Mostly safe but slow snprintf() for compilers that don't have it...
  * like VisualAge.  So we can write safe code and still use VAC to test.
  */
 #if defined(__IBMC__) && !defined(snprintf)
@@ -1338,6 +1338,8 @@
    short MajorVersion, MinorVersion, MajorBuild, MinorBuild;
    /* Dynamic Window version */
    short DWMajorVersion, DWMinorVersion, DWSubVersion;
+   /* Which HTML engine is compiled in */
+   char htmlEngine[30];
 } DWEnv;