]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/typdefst.h
wwww broke zcroll to make it use vrs wwww
[16.git] / src / lib / typdefst.h
index b34d133d86cf884c991be036cb1a8ea6204e4327..5668dda5f6b4d7a6a915ac66b17fdc0b4700969a 100755 (executable)
@@ -236,7 +236,7 @@ typedef     struct
 //     Main Mem specific variables\r
 typedef struct\r
 {\r
-//     boolean                 MainPresent;\r
+       boolean                 MainPresent;\r
        memptr                  MainMemPages[PMMaxMainMem];\r
        PMBlockAttr             MainMemUsed[PMMaxMainMem];\r
        int                             MainPagesAvail;\r
@@ -245,7 +245,7 @@ typedef struct
 //     EMS specific variables\r
 typedef struct\r
 {\r
-//     boolean                 EMSPresent;\r
+       boolean                 EMSPresent;\r
        unsigned int                    EMSVer;\r
        word                    EMSAvail,EMSPagesAvail,EMSHandle,\r
                                        EMSPageFrame,EMSPhysicalPage;\r
@@ -256,9 +256,9 @@ typedef struct
 //     XMS specific variables\r
 typedef struct\r
 {\r
-//     boolean                 XMSPresent;\r
-       word                    XMSAvail,XMSPagesAvail,XMSHandle;\r
-       dword                   XMSDriver;      //TODO: changed to word\r
+       boolean                 XMSPresent;\r
+       word                    XMSAvail,XMSPagesAvail,XMSHandle;//,XMSVer;\r
+       dword                   XMSDriver;\r
        int                             XMSProtectPage;// = -1;\r
 } pm_xmmi_t;\r
 \r