mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
OS/2 fixes from mkaply.
This commit is contained in:
parent
1bb489617c
commit
40e3511a7e
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = toolkitcomps
|
||||
LIBRARY_NAME = toolkitcomps
|
||||
SHORT_LIBNAME = tkitcmps
|
||||
EXPORT_LIBRARY = 1
|
||||
IS_COMPONENT = 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user