Re: [ros-dev] Distinguish between Windows and ReactOS

2018-11-06 Thread Nick Surfer
Thank you all for advice, they are useful for me. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] Distinguish between Windows and ReactOS

2018-11-05 Thread Oliver Schneider
Hi Nick, On 2018-11-05 18:09, Nick Surfer wrote: > I am writing a program which needs to know exact environment in which it > is running. In case of Windows I simply use GetVersionEx and then > analyze dwMajorVersion + dwMinorVersion which is enough for my case > (then I know which WIN API calls I

Re: [ros-dev] Distinguish between Windows and ReactOS

2018-11-05 Thread David Quintana (gigaherz)
It is the policy of ReactOS that we should not provide a direct way to apps to distinguish ros from Windows, as a means to avoid apps including hacks that are ReactOS-specific, which would be really bad for the progress of reactos in trying to become more and more compatible with Windows. In that