Bug 651622 - Remove WinCE code from browser/* r=dolske
This commit is contained in:
@@ -46,11 +46,7 @@
|
||||
#include <windows.h>
|
||||
#include <ole2.h>
|
||||
|
||||
#ifndef WINCE
|
||||
class nsWindowsShellService : public nsIWindowsShellService
|
||||
#else
|
||||
class nsWindowsShellService : public nsIShellService
|
||||
#endif
|
||||
{
|
||||
public:
|
||||
nsWindowsShellService() : mCheckedThisSession(PR_FALSE) {};
|
||||
@@ -58,20 +54,12 @@ public:
|
||||
|
||||
NS_DECL_ISUPPORTS
|
||||
NS_DECL_NSISHELLSERVICE
|
||||
#ifndef WINCE
|
||||
NS_DECL_NSIWINDOWSSHELLSERVICE
|
||||
#endif
|
||||
|
||||
protected:
|
||||
#ifndef WINCE
|
||||
PRBool IsDefaultBrowserVista(PRBool* aIsDefaultBrowser);
|
||||
|
||||
PRBool GetMailAccountKey(HKEY* aResult);
|
||||
#else
|
||||
void SetRegKey(const nsString& aKeyName,
|
||||
const nsString& aValueName,
|
||||
const nsString& aValue);
|
||||
#endif
|
||||
|
||||
private:
|
||||
PRBool mCheckedThisSession;
|
||||
|
||||
Reference in New Issue
Block a user