fix win32 gmake build bustage

This commit is contained in:
darin%netscape.com 2002-06-10 19:46:19 +00:00
parent 55c615c93e
commit fe542beb39

View File

@ -741,9 +741,9 @@ NS_ShutdownNativeCharsetUtils()
nsNativeCharsetConverter::GlobalShutdown();
}
#else
#else // non XP_UNIX implementations go here...
// XXX add non XP_UNIX implementations here...
#include "nsDebug.h"
NS_COM nsresult
NS_CopyNativeToUnicode(const nsACString &input, nsAString &output)