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:
mkaply%us.ibm.com
2000-05-02 23:16:41 +00:00
parent 8c63da6052
commit ce3f7a2f87
3 changed files with 20 additions and 7 deletions

View File

@@ -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;