|
From: Koert v. d. V. <05...@st...> - 2001-10-27 14:24:08
|
Probably not an bad idea to add ROSVER however, we just should not remove the WINVER. I think an APP should be able to see if it is compiled under ROS or WIN, just to generate optimizations for ROS... (yeah, i'm thinking big!) ----- Original Message ----- > No, because clients of the headers assume that setting WINVER to different > values will have different effects; they know nothing about ROSVER. > > At 12:27 PM 10/27/2001 +0200, you wrote: > >if there is something like this: > > > >#if(WINVER >= 0x0400) ... > > > >should we use > > > >#if(ROSVER >= 0x0400) ... ? > > > >regards > >Benjamin > > ==================================================== > = To remove yourself from this mailing list, go to = > = http://www.reactos.com/home/mailing.html = > ==================================================== > ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |