rexim 4 years ago
parent
commit
fff3242d09
1 changed files with 2 additions and 1 deletions
  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__;                     \