diff options
Diffstat (limited to 'wince')
-rw-r--r-- | wince/env.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/wince/env.c b/wince/env.c index bedeb434..72af2212 100644 --- a/wince/env.c +++ b/wince/env.c @@ -61,14 +61,5 @@ void PopulateEnvironment(void) SHGetSpecialFolderPath(NULL, temp, CSIDL_PERSONAL, 0); SetEnvironment("HOME=", temp); - - { - char *home = getenv("HOME"); - - MultiByteToWideChar(CP_ACP, 0, - home, strlen(home) + 1, - temp, sizeof(temp)); - MessageBoxW(NULL, temp, L"Home", MB_OK); - } } |