made GetTempBuffer() static to avoid duplicate function errors during linking
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -494,7 +494,7 @@ pascal void TruncPString(StringPtr destination,
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
pascal Ptr GetTempBuffer(long buffReqSize,
|
||||
static pascal Ptr GetTempBuffer(long buffReqSize,
|
||||
long *buffActSize)
|
||||
{
|
||||
enum
|
||||
|
@@ -2610,7 +2610,7 @@ BadParameter:
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
Ptr
|
||||
static Ptr
|
||||
GetTempBuffer(
|
||||
ByteCount buffReqSize,
|
||||
ByteCount *buffActSize)
|
||||
|
Reference in New Issue
Block a user