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