Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nob.h
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ NOBDEF char *nob_win32_error_message(DWORD err);
#endif // NOB_H_

#ifdef NOB_IMPLEMENTATION
#undef NOB_IMPLEMENTATION

// This is like nob_proc_wait() but waits asynchronously. Depending on the platform ms means different thing.
// On Windows it means timeout. On POSIX it means for how long to sleep after checking if the process exited,
Expand Down