You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor thread start routine declaration and improve error handling in POSIX headers
- Updated `thread_start_routine` in both NT and Win32 headers to include `FAST_IO_WINSTDCALL` for better calling convention compatibility.
- Enhanced error handling in `get_module_install_path_from_argv0` by checking for a null environment path and throwing an appropriate error.
- Improved readability by initializing pointers to empty and using consistent formatting in the `argv0.h` file.
- Adjusted conditional compilation checks in `posix.h` for clearer handling of open mode flags.
0 commit comments