diff options
author | Stephan T. Lavavej <stl@nuwen.net> | 2013-11-27 10:57:01 -0500 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-11-27 10:57:37 -0500 |
commit | 99385ee6f79f779c3d841df11d19300353983cba (patch) | |
tree | 846b30666a24dee1d03aa2329a62f5cfa8ecd888 /w32 | |
parent | f5f5adb62cd8ea3d96e79b86f9e6fe8ada397b45 (diff) | |
download | gunmake-99385ee6f79f779c3d841df11d19300353983cba.tar.gz |
Solve some Windows build issues.
* main.c (main): Use ONS(), not OSN().
(prepare_mutex_handle_string) [WINDOWS32]: Use %Ix formatting to
support both 32bit and 64bit systems.
* job.c (free_child, new_job): Use ONS(), not OSN().
* w32/subproc/w32err.c (map_windws32_error_to_string): Use O() when
calling fatal().
Copyright-paperwork-exempt: yes
Diffstat (limited to 'w32')
-rw-r--r-- | w32/subproc/w32err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/w32/subproc/w32err.c b/w32/subproc/w32err.c index facfabc..9b0866a 100644 --- a/w32/subproc/w32err.c +++ b/w32/subproc/w32err.c @@ -67,7 +67,7 @@ map_windows32_error_to_string (DWORD ercode) { FreeLibrary(hModule); } #else - fatal(NILF, szMessageBuffer); + O (fatal, NILF, szMessageBuffer); #endif } else { /* |