Georg Brandl wrote: > A mailing list post found via Google suggests that Visual Studio automatically > sets the struct member alignment to 4 bytes when building via old .mak files, > for compatibility with older VC++.
Most likely, the poster didn't understand what's going on. I very much doubt nmake does such a thing. More likely, their makefile had the same bug as ours (i.e. lacking a WIN32 define). Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com