Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
This commit is contained in:
@@ -133,7 +133,7 @@ myLL_L2II(PRInt64 result, PRInt32 *hi, PRInt32 *lo )
|
||||
}
|
||||
|
||||
// Locates the first occurrence of charToSearchFor in the stringToSearch
|
||||
static unsigned char* PR_CALLBACK
|
||||
static unsigned char*
|
||||
_mbschr(const unsigned char* stringToSearch, int charToSearchFor)
|
||||
{
|
||||
const unsigned char* p = stringToSearch;
|
||||
@@ -149,7 +149,7 @@ _mbschr(const unsigned char* stringToSearch, int charToSearchFor)
|
||||
}
|
||||
|
||||
// Locates the first occurrence of subString in the stringToSearch
|
||||
static unsigned char* PR_CALLBACK
|
||||
static unsigned char*
|
||||
_mbsstr(const unsigned char* stringToSearch, const unsigned char* subString)
|
||||
{
|
||||
const unsigned char* pStr = stringToSearch;
|
||||
@@ -198,7 +198,7 @@ _mbsrchr(const unsigned char* stringToSearch, int charToSearchFor)
|
||||
}
|
||||
|
||||
// Implement equivalent of Win32 CreateDirectoryA
|
||||
static nsresult PR_CALLBACK
|
||||
static nsresult
|
||||
CreateDirectoryA(PSZ path, PEAOP2 ppEABuf)
|
||||
{
|
||||
APIRET rc;
|
||||
|
||||
Reference in New Issue
Block a user