Changing the name of my #ifdef.

This commit is contained in:
hyatt%netscape.com 2001-02-23 01:56:46 +00:00
Родитель 42db2b170f
Коммит 34f10f4e21
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -54,7 +54,7 @@
#include "xptinfo.h"
#include "nsIInterfaceInfoManager.h"
#ifdef USE_IMGLIB2
#ifdef USE_IMG2
#include "imgILoader.h"
#include "imgIRequest.h"
#endif
@ -399,7 +399,7 @@ nsXBLPrototypeBinding::LoadResources()
nsCOMPtr<nsIContent> content;
GetImmediateChild(kResourcesAtom, getter_AddRefs(content));
if (content) {
#ifdef USE_IMGLIB2
#ifdef USE_IMG2
// Get the image loader.
nsCOMPtr<imgILoader> il(do_GetService("@mozilla.org/image/loader;1"));
if (!il) return NS_ERROR_FAILURE;