~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to src/misc/win32_specific.c

  • Committer: Reinhard Tartler
  • Date: 2008-09-26 06:45:40 UTC
  • mto: (21.2.1 vlc-0.9.3)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: siretart@tauware.de-20080926064540-0sd8zwmig33ksmy4
Tags: upstream-ubuntu-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * win32_specific.c: Win32 specific features
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2001-2004 the VideoLAN team
5
 
 * $Id: 85d52a573bfaf5e6ec77465a929fa6ebf6347373 $
 
5
 * $Id: c43a37604a0eb8f32a8560a3e607d8fb85fb5050 $
6
6
 *
7
7
 * Authors: Samuel Hocevar <sam@zoy.org>
8
8
 *          Gildas Bazin <gbazin@videolan.org>
129
129
{
130
130
  int argc;
131
131
  int enqueue;
132
 
  char data[0];
 
132
  char data[];
133
133
} vlc_ipc_data_t;
134
134
 
135
135
void system_Configure( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )