Re: [cmake-developers] [PATCH] fixed msvc 64 bit build

2015-06-16 Thread Stuermer, Michael SP/HZA-ZSEP
-Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Monday, June 15, 2015 4:11 PM To: Stuermer, Michael SP/HZA-ZSEP Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] [PATCH] fixed msvc 64 bit build On 06/15/2015 07:58 AM, Stuermer, Michael SP/HZA

[cmake-developers] [PATCH] fixed msvc 64 bit build

2015-06-15 Thread Stuermer, Michael SP/HZA-ZSEP
This is just a one-char-bugfix, WIN32 instead of _WIN32 macro was used. Sorry if I should have opened up a ticket in mantis before posting here. Just didn't know what would be correct order. Are there any regular Win64 builds done actually? I'm just curious if there is anyone else using 64bit

Re: [cmake-developers] [PATCH] fixed msvc 64 bit build

2015-06-15 Thread Brad King
On 06/15/2015 07:58 AM, Stuermer, Michael SP/HZA-ZSEP wrote: This is just a one-char-bugfix, WIN32 instead of _WIN32 macro was used. Thanks. There are several instances of this in Source/*. I've fixed the one you pointed out and more: Fix preprocessor checks WIN32 = _WIN32