From 35f6182b391ebe3b7f448683d480a636f0869f43 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 17 May 2002 12:08:30 +0000 Subject: [PATCH 1/1] added GetApplicationScript for non Carbon builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/uma.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/mac/uma.h b/include/wx/mac/uma.h index e688d09aff..c9172b6c8a 100644 --- a/include/wx/mac/uma.h +++ b/include/wx/mac/uma.h @@ -245,6 +245,7 @@ OSStatus UMADrawThemePlacard( const Rect *inRect , ThemeDrawState inState ) ; #define SetListSelectionFlags( list , options ) (**list).selFlags = options #define GetListRefCon( list ) (**list).refCon */ +#define GetApplicationScript() smSystemScript #else // calls not in carbon -- 2.45.2