rexim hace 4 años
padre
commit
fff3242d09
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      nobuild.h

+ 2 - 1
nobuild.h

@@ -72,7 +72,7 @@ int closedir(DIR *dirp);
 #endif  // MINIRENT_H_
 // minirent.h HEADER END ////////////////////////////////////////
 
-// TODO: use GetLastErrorAsString everywhere on Windows error reporting
+// TODO(#28): use GetLastErrorAsString everywhere on Windows error reporting
 LPSTR GetLastErrorAsString(void);
 
 #endif  // _WIN32
@@ -209,6 +209,7 @@ void chain_echo(Chain chain);
 #  endif
 #endif
 
+// TODO: we need to test GO_REBUILD_URSELF on a real Windows machine
 #define GO_REBUILD_URSELF(argc, argv)                           \
     do {                                                        \
         const char *source_path = __FILE__;                     \