cleanup for 10.5

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2006-10-14 15:15:00 +00:00
parent eb89f88a43
commit fb743cab53
5 changed files with 27 additions and 165 deletions

View File

@@ -816,8 +816,8 @@ bool wxLaunchDefaultBrowser(const wxString& urlOrig, int flags)
#elif defined(__WXMAC__)
OSStatus err;
ICInstance inst;
SInt32 startSel;
SInt32 endSel;
long int startSel;
long int endSel;
err = ICStart(&inst, 'STKA'); // put your app creator code here
if (err == noErr)