]> git.sesse.net Git - vlc/blobdiff - include/main.h
* ./src/misc/win32_specific.c: under Win32 we retrieve the executable's
[vlc] / include / main.h
index 23ab8cc3d79b0d19a841e9efc09fb5e6ae930dbe..0521a6776ccaf067f565c1123fb532a78a28b66b 100644 (file)
@@ -3,7 +3,7 @@
  * Declaration and extern access to global program object.
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001, 2002 VideoLAN
- * $Id: main.h,v 1.52 2003/01/19 03:16:24 sam Exp $
+ * $Id: main.h,v 1.53 2003/02/17 05:50:31 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
@@ -64,6 +64,7 @@ struct libvlc_t
     SIGNALOBJECTANDWAIT    SignalObjectAndWait;
     vlc_bool_t             b_fast_mutex;
     int                    i_win9x_cv;
+    char *                 psz_vlcpath;
 #endif
 };