Bug 461827. Winnls.h include is no needed after removal of the wince shunt library. r/sr=stuart

This commit is contained in:
Doug Turner 2008-11-04 07:22:07 -08:00
parent 349f19f736
commit 2c4c720f8d

View File

@ -49,11 +49,7 @@
#include "plstr.h"
#include <windows.h>
#ifdef WINCE
#include <Winnls.h>
#else
#undef CompareString
#endif
NS_IMPL_ISUPPORTS1(nsCollationWin, nsICollation)