2005-05-04 14:57:50 -04:00
|
|
|
/*
|
|
|
|
Name: wx/gsockmac.h
|
|
|
|
Purpose: GSocket base header
|
|
|
|
Author: Stefan Csomor
|
|
|
|
Modified by:
|
|
|
|
Created:
|
|
|
|
Copyright: (c) Stefan Csomor
|
|
|
|
RCS-ID: $Id$
|
|
|
|
Licence: wxWindows Licence
|
|
|
|
*/
|
|
|
|
|
2005-04-04 06:34:56 -04:00
|
|
|
#ifdef __WXMAC_CLASSIC__
|
2004-03-26 01:28:38 -05:00
|
|
|
#include "wx/mac/classic/gsockmac.h"
|
2000-08-10 00:43:04 -04:00
|
|
|
#else
|
2004-03-26 01:28:38 -05:00
|
|
|
#include "wx/mac/carbon/gsockmac.h"
|
|
|
|
#endif
|