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:
Vadim Zeitlin
2004-09-26 23:17:19 +00:00
parent 7eb872f4d6
commit ae8e83cb39
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2610,7 +2610,7 @@ BadParameter:
/*****************************************************************************/ /*****************************************************************************/
Ptr static Ptr
GetTempBuffer( GetTempBuffer(
ByteCount buffReqSize, ByteCount buffReqSize,
ByteCount *buffActSize) ByteCount *buffActSize)