100l for missing #ifdef in previous commit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15044 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
wight 2005-04-02 18:43:18 +00:00
parent 14ecebe920
commit b31327737d
1 changed files with 2 additions and 0 deletions

View File

@ -6,7 +6,9 @@
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL},
{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
#ifdef WIN32
{"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL},
#endif
// ------------------------- stream options --------------------