all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Use of snprintf in sound.c causes MSVC failure
@ 2009-01-15 17:40 David Robinow
  2009-01-15 18:08 ` Juanma Barranquero
  0 siblings, 1 reply; 2+ messages in thread
From: David Robinow @ 2009-01-15 17:40 UTC (permalink / raw)
  To: emacs-devel

Microsoft does not provide "snprintf".

The SOUND_WARNING macro in src/sound.c does not compile with MSVC.
Use of "_snprintf" works.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Use of snprintf in sound.c causes MSVC failure
  2009-01-15 17:40 Use of snprintf in sound.c causes MSVC failure David Robinow
@ 2009-01-15 18:08 ` Juanma Barranquero
  0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2009-01-15 18:08 UTC (permalink / raw)
  To: David Robinow; +Cc: emacs-devel

> The SOUND_WARNING macro in src/sound.c does not compile with MSVC.
> Use of "_snprintf" works.

Fixed.

Thanks,

    Juanma




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-15 18:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 17:40 Use of snprintf in sound.c causes MSVC failure David Robinow
2009-01-15 18:08 ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.