Fix MS-Windows compilation when OUTPUT_SYNC is not defined.

main.c (prepare_mutex_handle_string): Define conditioned on OUTPUT_SYNC.
This commit is contained in:
Eli Zaretskii
2013-05-17 16:24:13 +03:00
parent 9babfe49a5
commit 171eb41908
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2013-05-17 Eli Zaretskii <eliz@gnu.org>
* main.c (prepare_mutex_handle_string): Define conditioned on
OUTPUT_SYNC.
* build_w32.bat: Copy config.h.W32 to config.h regardless of
whether or not we are building from SCM.