<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Alexey Tor. <<a href="mailto:aaa5500@ya.ru">aaa5500@ya.ru</a>> schrieb am Fr., 28. Juni 2019, 12:16:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><a href="https://wiki.freepascal.org/Platform_defines#Operating_system_defines" rel="noreferrer noreferrer" target="_blank">https://wiki.freepascal.org/Platform_defines#Operating_system_defines</a><br>
<br>
I 've added all defines of OS. You can tell me if it's not ok. Missed <br>
one item: 'nativent' target. Seems some Win32 target? why new? Why it <br>
don't have extradefines "windows"?<br>
<br>
<a href="https://github.com/graemeg/freepascal/blob/master/compiler/systems/i_nativent.pas" rel="noreferrer noreferrer" target="_blank">https://github.com/graemeg/freepascal/blob/master/compiler/systems/i_nativent.pas</a></blockquote></div></div><div dir="auto"><br></div><div dir="auto">It's a target that sits directly above the NT kernel, but below the Win32 subsystem. It can essentially be used to develop drivers and NT subsystems. </div><div dir="auto"><br></div><div dir="auto">See also: <a href="https://wiki.freepascal.org/Target_NativeNT">https://wiki.freepascal.org/Target_NativeNT</a></div><div dir="auto"><br></div><div dir="auto">As such defining "WINDOWS" would be wrong as code using the Win32 API would not work there. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven</div></div>