racket/src/mzcom
Eli Barzilay adb657fc5f Bump _WIN32_WINNT to 0x0501, since that's what the compiler recommends to do
when it complains about a value that is too low.

This complaint happens when building with 2010 -- I resolved these
complaints (here and in mysterx) by adding the definition to the vcxproj
files, but the 3m compilation still needs it.

For the record, the error text is:

  C:\Program Files\Microsoft Visual Studio 10.0\VC\ATLMFC\INCLUDE\atlcore.h(35) : fatal error C1189: #error :  This file requires _WIN32_WINNT to be #defined at least to 0x0403. Value 0x0501 or higher is recommended.
2010-12-10 03:54:02 -05:00
..
.gitignore lots of gitignores for Windows 2010-05-31 06:55:04 -06:00
mzcom.cxx try to fix mzcom 2010-05-10 20:40:18 -06:00
mzcom.idl Added src, set properties for all DOS files. 2005-05-27 21:53:51 +00:00
mzobj.cxx win32: fix a type 2010-12-06 07:27:40 -07:00
mzobj.h fix MzCOM for Racket 2010-05-27 14:13:51 -06:00
README 369.4 2007-01-12 07:09:56 +00:00
resource.h Added src, set properties for all DOS files. 2005-05-27 21:53:51 +00:00
stdafx.h Bump _WIN32_WINNT to 0x0501, since that's what the compiler recommends to do 2010-12-10 03:54:02 -05:00

This directory contains the MzCOM source files.

See ..\worksp\README for build instructions.