removed _winmajor if not defined so that VC 2008 can compile the project
authorEric Mullins <emwine@earthlink.net>
Mon, 5 Oct 2009 07:01:54 +0000 (01:01 -0600)
committerEric Mullins <emwine@earthlink.net>
Mon, 5 Oct 2009 07:01:54 +0000 (01:01 -0600)
commitca30b359aca5abcebe2590fc2c2318ff014f8130
treea57130c9bde79d03c4ab7f8222edcc30f63cf191
parent2363bb5476772d84a81dce759ad95b375bd7bfe7
removed _winmajor if not defined so that VC 2008 can compile the project

The oldDialog variable should just be set to 0 in all cases now, and
as such, legacy code supporting the old dialog ought to be removed.
The test for _winmajor is against < 4, which is always false at present,
causing oldDialog to be 0 in every conceviable circumstance.
winboard/winboard.c