unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* WS_EX_LAYERED not defined
@ 2008-07-04 13:58 David Robinow
  2008-07-07 11:05 ` Jason Rumney
  0 siblings, 1 reply; 2+ messages in thread
From: David Robinow @ 2008-07-04 13:58 UTC (permalink / raw)
  To: emacs-devel

MSVC conditionally defines WS_EX_LAYERED (in winuser.h) only for
_WIN32_WINNT >= 0x0500, i.e. for Windows 2000 and above.

Since _WIN32_WINNT is set to 0x0400 in config.nt to enable support for
older systems, emacs will not currently compile. I'm not sure how best
to fix this. Since I don;'t have any ancient systems I've bumped
_WIN32_WINNT to 0x0500 on my system. I question whether continued
support of Windows cross-compilation is advisable but that's not my
call.




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

end of thread, other threads:[~2008-07-07 11:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-04 13:58 WS_EX_LAYERED not defined David Robinow
2008-07-07 11:05 ` Jason Rumney

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).