зеркало из https://github.com/mozilla/pjs.git
OS/2 bustage - PR_CALLBACK
This commit is contained in:
Родитель
10411588d5
Коммит
7ee64524d3
|
@ -400,7 +400,7 @@ struct GetDirectories
|
|||
DIR_Server* mServer;
|
||||
};
|
||||
|
||||
PRBool GetDirectories_getDirectory (nsHashKey *aKey, void *aData, void* closure)
|
||||
PRBool PR_CALLBACK GetDirectories_getDirectory (nsHashKey *aKey, void *aData, void* closure)
|
||||
{
|
||||
GetDirectories* getDirectories = (GetDirectories* )closure;
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ struct closureStruct
|
|||
* into the associated position of the key and
|
||||
* value arrays
|
||||
*/
|
||||
static PRBool enumerateEntries(nsHashKey *aKey, void *aData, void* closure)
|
||||
PR_STATIC_CALLBACK(PRBool) enumerateEntries(nsHashKey *aKey, void *aData, void* closure)
|
||||
{
|
||||
closureStruct* s = NS_REINTERPRET_CAST(closureStruct*, closure);
|
||||
nsCStringKey* key = NS_REINTERPRET_CAST(nsCStringKey*, aKey);
|
||||
|
|
Загрузка…
Ссылка в новой задаче