This commit is contained in:
pnunn%netscape.com 1999-04-20 19:30:33 +00:00
Родитель 2bcfca4243
Коммит ae259cf6fa
2 изменённых файлов: 8 добавлений и 6 удалений

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

@ -18,7 +18,7 @@
/* if.h --- Top-level image library internal routines
*
* $Id: if_struct.h,v 1.2 1999-04-19 22:22:47 pnunn%netscape.com Exp $
* $Id: if_struct.h,v 1.3 1999-04-20 19:30:33 pnunn%netscape.com Exp $
*/
#ifndef _if_h
@ -89,10 +89,10 @@ PR_END_EXTERN_C
#define _USD 1 /* scanlines upside-down */
#endif
//extern PRLogModuleInfo *il_log_module;
/* extern PRLogModuleInfo *il_log_module; */
#ifdef DEBUG
//#define ILTRACE(l,t) { if(il_debug>l) {PR_LOG(il_log_module, 1, t);} }
/* #define ILTRACE(l,t) { if(il_debug>l) {PR_LOG(il_log_module, 1, t);} } */
#else
#define ILTRACE(l,t) {}
#endif

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

@ -28,7 +28,7 @@
{ 0x80, 0x2c, 0x00, 0x60, 0x08, 0x8f, 0x91, 0xa3 } }
/////////////////////////////////////////////////
/***************************************************/
#define NS_IMGDECODER_CID \
{ 0xc9089cc0, 0xbaf4, 0x11d2, \
@ -42,11 +42,13 @@
NS_DEFINE_IID(kImgDecoderIID, NS_IMGDECODER_IID);
NS_DEFINE_IID(kImgDecoderCID, NS_IMGDECODER_CID);
////////////////////////////////////////////////
/***************************************************/
NS_DEFINE_IID(kISupportsIID, NS_ISUPPORTS_IID);
NS_DEFINE_IID(kIFactoryIID, NS_IFACTORY_IID);
/////////////////////////////////////////////////
/***************************************************/
/* e41ac650-cd9f-11d2-802c-0060088f91a3 */
#define NS_IMGDCALLBK_CID \
{ 0xe41ac650, 0xcd9f, 0x11d2, \