From 3342663931cc6d203c1d2ded6da44a17347cb0e7 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 20 May 2002 20:33:13 +0000 Subject: [PATCH] Carbon-Standard conversion git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/mac/private.h b/include/wx/mac/private.h index af3ab308ec..61b87e237d 100644 --- a/include/wx/mac/private.h +++ b/include/wx/mac/private.h @@ -92,6 +92,8 @@ private: bool m_ok ; } ; +// app.h +bool wxMacConvertEventToRecord( EventRef event , EventRecord *rec) ; // filefn.h WXDLLEXPORT wxString wxMacFSSpec2MacFilename( const FSSpec *spec ) ;