]> git.saurik.com Git - wxWidgets.git/blame - include/wx/mac/gsockmac.h
Apply parts of patch #1719888 to fix compilation on Mac and with
[wxWidgets.git] / include / wx / mac / gsockmac.h
CommitLineData
99d80019
JS
1/*
2 Name: wx/gsockmac.h
3 Purpose: GSocket base header
4 Author: Stefan Csomor
5 Modified by:
6 Created:
7 Copyright: (c) Stefan Csomor
8 RCS-ID: $Id$
9 Licence: wxWindows Licence
10*/
11
6d8edd32 12#ifdef __WXMAC_CLASSIC__
9ea759d4 13#include "wx/mac/classic/gsockmac.h"
ee6b1d97 14#else
9ea759d4
SC
15#include "wx/mac/carbon/gsockmac.h"
16#endif