More fixes for bug #12878 with MS-Windows MSVC build.
commit88c4a13c3b573e0fa844c88ab89765ef308c267e
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Nov 2012 17:34:21 +0000 (19 19:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 19 Nov 2012 17:34:21 +0000 (19 19:34 +0200)
tree51ebae41ad5eeeccf1fb49dd2e1d556068cfb87a
parentbc715d67b3997988e2a48286410d45404e49342c
More fixes for bug #12878 with MS-Windows MSVC build.

 src/xdisp.c (start_hourglass) [HAVE_NTGUI]: Don't mix declaration of
 w32_note_current_window with code.  (Backport from trunk.)
 src/w32.c (FILE_DEVICE_FILE_SYSTEM, METHOD_BUFFERED)
 (FILE_ANY_ACCESS, CTL_CODE, FSCTL_GET_REPARSE_POINT) [_MSC_VER]:
 Define for the MSVC compiler.
 src/w32term.h (EnumSystemLocalesW) [_MSC_VER]: Add a missing
 semi-colon.

 nt/inc/stdint.h (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
nt/ChangeLog
nt/inc/stdint.h
src/ChangeLog
src/w32.c
src/w32term.h
src/xdisp.c