]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
MinGW needs an extra symbol _WIN32_IE defined to a particular value before
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 9 Jan 2007 23:47:15 +0000 (23:47 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 9 Jan 2007 23:47:15 +0000 (23:47 +0000)
commitf3ccf078c8a871cbb30b84891801983f6930f3d7
tree2479e9b8303cb87ed3f9c9c5afb42280106eedd7
parent237b112ac932cd435246a72f2d30f1520f264c2f
MinGW needs an extra symbol _WIN32_IE defined to a particular value before
it'll let you see an identifier (SHGFP_TYPE_CURRENT) referenced since r7082.
(Actually, you need a pretty recent w32api before it's there at all.)

Morally, this should be defined for all toolchains, not just MinGW/Cygwin, but  I'll leave that to people who have those toolchains.
<http://msdn2.microsoft.com/en-us/library/aa383745.aspx>

Also add some other comments on our use of this API (since it's a horrible one
that I suspect will come back and haunt us...)

git-svn-id: http://svn.tartarus.org/sgt/putty@7087 cda61777-01e9-0310-a592-d414129be87e
Recipe
windows/winstore.c