projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fixed compilation breakage in 1.24 commit
[wxWidgets.git]
/
include
/
wx
/
mac
/
gsockmac.h
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
12
#ifdef __WXMAC_CLASSIC__
13
#include
"wx/mac/classic/gsockmac.h"
14
#else
15
#include
"wx/mac/carbon/gsockmac.h"
16
#endif