mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -04:00
Added TaskManager app
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
namespace EnvironmentVariable
|
||||
{
|
||||
//This function takes a string in the form key=value. It will add
|
||||
//value to the environment variable key if key exists. Otherwise it
|
||||
//will create a new env called key and set it to value.
|
||||
bool addToEnvironmentVariable(const char* key, const char* value);
|
||||
bool setEnvironmentVariable(const char* key, const char* value);
|
||||
};
|
||||
Reference in New Issue
Block a user