]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/browser_open.c
* Got rid of SYS_DARWIN everywhere.
[vlc] / modules / codec / cmml / browser_open.c
index 1674f38bf3583b4aae8ed9cc892854df8dfd653e..f8a8a8e9caa38b52f4966a32a10392f37c6339ab 100644 (file)
@@ -21,7 +21,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #include <stdlib.h>
@@ -31,7 +31,7 @@
 
 int browser_Open( const char *psz_url )
 {
-#ifdef SYS_DARWIN
+#ifdef __APPLE__
     char *psz_open_commandline;
 
     psz_open_commandline = strdup( "/usr/bin/open " );