# 34082
r= alecf OS/2 bring up continues - VisualAge PR_CALLBACKs and #ifdefs git-svn-id: svn://10.0.0.236/trunk@67955 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
*
|
||||
* Contributor(s):
|
||||
* Pierre Phaneuf <pp@ludusdesign.com>
|
||||
* This Original Code has been modified by IBM Corporation. Modifications made by IBM
|
||||
* described herein are Copyright (c) International Business Machines Corporation, 2000.
|
||||
* Modifications to Mozilla code or documentation identified per MPL Section 3.3
|
||||
*
|
||||
* Date Modified by Description of modification
|
||||
* 04/20/2000 IBM Corp. OS/2 VisualAge build.
|
||||
*/
|
||||
|
||||
#include "nsIPref.h"
|
||||
@@ -2867,7 +2873,7 @@ GatherSizeReportData(nsISizeOfHandler* aHandler,
|
||||
}
|
||||
}
|
||||
|
||||
static int CompareEntries(const void* ve1, const void* ve2, void* closure)
|
||||
static int PR_CALLBACK CompareEntries(const void* ve1, const void* ve2, void* closure)
|
||||
{
|
||||
SizeReportEntry* e1 = (SizeReportEntry*) ve1;
|
||||
SizeReportEntry* e2 = (SizeReportEntry*) ve2;
|
||||
|
||||
Reference in New Issue
Block a user