OS/2 fixes from mkaply.

This commit is contained in:
bryner%netscape.com 2002-10-05 02:54:35 +00:00
parent 1bb489617c
commit 40e3511a7e
3 changed files with 3 additions and 2 deletions

View File

@ -117,7 +117,7 @@ nsDownloadManager::~nsDownloadManager()
}
void PR_CALLBACK nsDownloadManager::DownloadCallback(nsITimer *aTimer, void *aClosure)
void nsDownloadManager::DownloadCallback(nsITimer *aTimer, void *aClosure)
{
nsDownload* download = NS_STATIC_CAST(nsDownload*, aClosure);

View File

@ -75,7 +75,7 @@ public:
nsDownloadManager();
virtual ~nsDownloadManager();
static void PR_CALLBACK DownloadCallback(nsITimer *aTimer, void *aClosure);
static void DownloadCallback(nsITimer *aTimer, void *aClosure);
static PRInt32 PR_CALLBACK CancelAllDownloads(nsHashKey* aKey, void* aData, void* aClosure);
nsresult DownloadEnded(const char* aPersistentDescriptor, const PRUnichar* aMessage);

View File

@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = toolkitcomps
LIBRARY_NAME = toolkitcomps
SHORT_LIBNAME = tkitcmps
EXPORT_LIBRARY = 1
IS_COMPONENT = 1