j
k
j a
j l
Juan Lang juan.lang@gmail.com wrote:
+static const WCHAR emptyW[] = { 0 };
...
if (MachineName != NULL) if (MachineName != NULL && strcmpW(MachineName, emptyW))
What's wrong with 'if (MachineName && *MachineName)' ?
Back to the thread
Back to the list