From 99385ee6f79f779c3d841df11d19300353983cba Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Wed, 27 Nov 2013 10:57:01 -0500 Subject: 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 --- w32/subproc/w32err.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'w32') 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 { /* -- cgit v1.2.3