Make it possible to set an extra PATH string for the new process, which (will be...
commit1f7d2131e8aed5784c49864eaff65a903e84075f
authorLoRd_MuldeR <mulder2@gmx.de>
Sun, 2 Oct 2016 13:21:58 +0000 (2 15:21 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sun, 2 Oct 2016 13:21:58 +0000 (2 15:21 +0200)
treeb7c0d24d0bdd153be127990b70e2f95dc8c74ec3
parent3c6a7b174575080808b8f6485d958ea96d5f3433
Make it possible to set an extra PATH string for the new process, which (will be prepended to PATH environment variable (e.g for loading extra DLL's).
include/MUtils/Global.h
include/MUtils/OSSupport.h
src/Global.cpp
src/OSSupport_Win32.cpp