- Remove RosSymInfo hack from LDR_DATA_TABLE_ENTRY and use PatchInformation instead...
[reactos.git] / reactos / include / ndk / fixmes.txt
index d5da298..8635737 100644 (file)
@@ -2,8 +2,8 @@ NDK FIXMES
 -----------\r
 \r
 Order:\r
-       * Priority 1 = Easiest to fix.\r
-       * Priority 5 = Hardest to fix.\r
+       * Priority 1 = Most important to fix.\r
+       * Priority 5 = Least important to fix.\r
 \r
 Format:\r
        <Priority Level>\r
@@ -11,7 +11,7 @@ Format:
 \r
 List:\r
        Priority 1:\r
-       - LDR_DATA_TABLE_ENTRY has a ROSSYM Hack (GvG) [ldrtypes.h]\r
+       - FIXED: LDR_DATA_TABLE_ENTRY has a ROSSYM Hack (Alex) [ldrtypes.h]\r
        - FIXED: LDR_FLAGS are not correct (Alex) [ldrtypes.h]\r
        - FIXED: Remove extra Process Info classes from ddk (Alex) [zwtypes.h]\r
        - FIXED: PsEstablishWin32Callouts + Parameters don't match NT (Alex) [obtypes.h]\r
@@ -19,21 +19,24 @@ List:
        - FIXED: Some files need cleanup (Alex + Eric) [zwfuncs.h, rtlfuncs.h, rtltypes.h]\r
 \r
        Priority 2:\r
-       - DEVICE_NODE has 2 fields not part of NT's defintion [iotypes.h]\r
+       - FIXED: DEVICE_NODE has 2 fields not part of NT's defintion (Alex) [iotypes.h]\r
        - Object Callbacks don't match NT's (Alex) [obtypes.h]\r
        - Remove Create Callback Hack (Alex) [obtypes.h]\r
        - Object header doesn't match NT (Alex) [obtypes.h] blocks on ->\r
                - Object Directory + implementation doesn't match NT (Alex) [obtypes.h]\r
 \r
        Priority 3:\r
+       - Some RTL Structures need review (Alex) [rtltypes.h]\r
        - Pushlock support is needed to fix EPROCESS (Alex) [pstypes.h]\r
        - MADDRESS_SPACE must be converted into the NT Type (Alex) [pstypes.h, mmtypes.h]\r
 \r
        Priority 4:\r
-       - Kernel and Memory Types are not architecture-specific [ketypes.h, mmtypes.h]\r
-       - Win32K Builds with windows.h [extypes.h, ketypes.h]\r
+       - FIXED: Kernel and Memory Types are not architecture-specific (Eric) [ketypes.h, mmtypes.h]\r
+       - FIXED: Win32K Builds with windows.h (Filip) [extypes.h, ketypes.h]\r
+       - FIXED: Modify design of NDK so that all the types are in their respective files (Alex) [*.h]\r
 \r
        Priority 5:\r
-       - LPC Types are totally wrong. [lpctypes.h]\r
+       - FIXED: LPC Types are totally wrong. (Alex) [lpctypes.h]\r
        - Missing System Info Classes [zwtypes.h]\r
-       - Process Priority Classes are messed up [pstypes.h]
\ No newline at end of file
+       - FIXED: Process Priority Classes are messed up (Alex) [pstypes.h]\r
+       \r