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)
|
long *buffActSize)
|
||||||
{
|
{
|
||||||
enum
|
enum
|
||||||
|
@@ -2610,7 +2610,7 @@ BadParameter:
|
|||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
Ptr
|
static Ptr
|
||||||
GetTempBuffer(
|
GetTempBuffer(
|
||||||
ByteCount buffReqSize,
|
ByteCount buffReqSize,
|
||||||
ByteCount *buffActSize)
|
ByteCount *buffActSize)
|
||||||
|
Reference in New Issue
Block a user