]>
Commit | Line | Data |
---|---|---|
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 |