Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
diff --git a/include/winnt.h b/include/winnt.h
index bb44df9..f84010a 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -24,6 +24,7 @@
#define HEAP_CREATE_ENABLE_TRACING 0x00020000
#define HEAP_WINE_SEGPTR 0x01000000 /* Not a Win32 flag */
#define HEAP_WINE_CODESEG 0x02000000 /* Not a Win32 flag */
+#define HEAP_WINE_CODE16SEG 0x04000000 /* Not a Win32 flag */
/* Processor feature flags. */
#define PF_FLOATING_POINT_PRECISION_ERRATA 0