I just ported our source to VS 2008, I had to change _WIN32_WINNT 0x0500 to 0501 (XP)
what does this mean? the application no longer run on windows 2000 and 98 ?
thanks in advance
Printable View
I just ported our source to VS 2008, I had to change _WIN32_WINNT 0x0500 to 0501 (XP)
what does this mean? the application no longer run on windows 2000 and 98 ?
thanks in advance
ok thanks, just making sure that I'm not breaking backwards compatibility.