зеркало из https://github.com/mozilla/gecko-dev.git
Bug 411102 - "Undefine the LoadImage in nsSVGFilters.cpp instead of the whole user32.dll API" [p=Techrazy.Yang@gmail.com (Bo Yang) r+sr+a1.9=tor]
This commit is contained in:
Родитель
cb5f79bc8b
Коммит
081a9d0188
|
@ -64,16 +64,16 @@
|
|||
#include "nsImageLoadingContent.h"
|
||||
#include "imgIContainer.h"
|
||||
#include "gfxIImageFrame.h"
|
||||
#if defined(XP_WIN) && !defined(NOUSER)
|
||||
// Prevent Windows redefining LoadImage
|
||||
#define NOUSER
|
||||
#endif
|
||||
#include "nsThebesImage.h"
|
||||
#include "nsSVGAnimatedPreserveAspectRatio.h"
|
||||
#include "nsSVGPreserveAspectRatio.h"
|
||||
#include "nsIInterfaceRequestorUtils.h"
|
||||
#include "nsSVGMatrix.h"
|
||||
#include "nsSVGFilterElement.h"
|
||||
#if defined(XP_WIN)
|
||||
// Prevent Windows redefining LoadImage
|
||||
#undef LoadImage
|
||||
#endif
|
||||
|
||||
//--------------------Filter Resource-----------------------
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче