Steven Schveighoffer schrieb:
Windows is actually EXACTLY the same, except you don't use getenv and putenv, you use SetEnvironmentVariable and GetEnvironmentVariable. You can use the former if you want to use the C compatibility layer, but that's only if you use all compatibility layer functions for everything (executing processes etc.)

How is the latter done ? A Version switch to posix?

Peter

Reply via email to