CreateProcess: two fixes
authorBernhard Miklautz <bernhard.miklautz@thincast.com>
Thu, 2 Jul 2015 10:05:46 +0000 (12:05 +0200)
committerBernhard Miklautz <bernhard.miklautz@thincast.com>
Thu, 2 Jul 2015 10:05:46 +0000 (12:05 +0200)
commitbe53e9e02924ff63dc57e1d2644f137f3d5b07ac
treea64479184e9e07878a8f5c9f80aa2b23f787c94d
parentfedd59816bc24a96e455047b9a087dd5016d5d4f
CreateProcess: two fixes

* change to lpCurrentDirectory if set even if no token was supplied
* fix wrong check - add missing !

This was part of akallabeth's PR #2714.
winpr/libwinpr/thread/process.c