|
-
September 29th, 2003, 08:11 AM
#1
Conditional compilation by Windows version
I want to conditionally compile sections of code if the Windows version is not Windows 95.
Am I correct in assuming that I can't use ::GetVersionEx?
Am I correct that #if (WINVER > 0x400) will work but it will also exclude for NT 4?
How do you suggest I do this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|