Bug 461832 - windows mobile bustage on file protocol handler. r=blassey sr=bz

This commit is contained in:
Doug Turner 2008-11-04 07:23:54 -08:00
Родитель df63f02061
Коммит a9759c9712
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -51,8 +51,13 @@
// URL file handling, copied and modified from xpfe/components/bookmarks/src/nsBookmarksService.cpp
#ifdef XP_WIN
#ifndef WINCE
// Windows mobile does not support internet shortcuts including
// CLSID_InternetShortcut and IUniformResourceLocator used in
// this file
#include <shlobj.h>
#include <intshcut.h>
#endif
#include "nsIFileURL.h"
#ifdef CompareString
#undef CompareString