Bug 1852806 - Remove macros for older Windows SDK from uriloader/exthandler/. r=mhowell

Depends on D188030

Differential Revision: https://phabricator.services.mozilla.com/D188031
This commit is contained in:
Masatoshi Kimura 2023-09-15 03:19:28 +00:00
parent a19297dc5d
commit 5d9f54e85c

View File

@ -15,11 +15,6 @@
#include "nsCExternalHandlerService.h"
#include "nsCOMPtr.h"
#include <windows.h>
#ifdef _WIN32_WINNT
# undef _WIN32_WINNT
#endif
#define _WIN32_WINNT 0x0600
#include <shlobj.h>
class nsMIMEInfoWin;