dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

Add missingCreateProcessFlags values #262

Closed aluferYochay closed 8 years ago

aluferYochay commented 8 years ago

The values we are using from CreateProcessFlags are not documented , but are part of the enum. See : https://source.winehq.org/source/include/winbase.h

AArnott commented 8 years ago

Thanks for your submission. Can you please adjust your PR (git rebase can help) to only include your commit and not two merges besides?