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
Родитель 215387f39b
Коммит df63f02061
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

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