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:
reed@reedloden.com 2008-01-07 14:23:01 -08:00
parent 6f40938b1b
commit 24a1100034

View File

@ -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-----------------------
/**