[APPHELP] Implement automatic stringtable generation when writing an Sdb database...
[reactos.git] / reactos / dll / appcompat / apphelp / sdbtypes.h
index 6d55572..7e91902 100644 (file)
@@ -39,6 +39,8 @@ typedef struct _DB {
     TAGID stringtable;
     DWORD write_iter;
     GUID database_id;
+    struct SdbStringHashTable* string_lookup;
+    struct _DB* string_buffer;
 } DB, *PDB;
 
 typedef enum _PATH_TYPE {