Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Add TODO(#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jul 12, 2021
1 parent 7638841 commit fff3242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nobuild.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__; \
Expand Down

0 comments on commit fff3242

Please sign in to comment.