From 16f2c0f6e0c412bd53c70d674657af4a0ec7b574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 25 Feb 2008 11:06:39 +0000 Subject: [PATCH] gcc on OS X has problems with compiling empty files on SMB shares, added a comment to make macsock.h non-empty git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/macsock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/mac/macsock.h b/include/wx/mac/macsock.h index e69de29bb2..545eb347ee 100644 --- a/include/wx/mac/macsock.h +++ b/include/wx/mac/macsock.h @@ -0,0 +1 @@ +/* placeholder */