Index: ipconfig.c =================================================================== --- ipconfig.c (revision 40336) +++ ipconfig.c (working copy) @@ -57,7 +57,7 @@ return NULL; break; } - + CharToOem(szNode, szNode); return szNode; } @@ -108,7 +108,7 @@ return NULL; break; } - + CharToOem(szIntType, szIntType); return szIntType; } @@ -439,7 +439,7 @@ IntType = GetInterfaceTypeName(pAdapter->Type); myConType = GetConnectionType(pAdapter->AdapterName); - + CharToOem(myConType, myConType); _tprintf(_T("\n%s %s: \n\n"), IntType , myConType); if (myConType != NULL) HeapFree(ProcessHeap, 0, myConType); @@ -662,6 +662,7 @@ lpUsage, Size)) { + CharToOem(lpUsage, lpUsage); _tprintf(_T("%s"), lpUsage); } }