view binary.ver @ 36774:e75c4955c377

Fix error with MinGW build. The error is: Missing Export Shell32.dll:SHGetFolderPathA. Older versions of Windows export it from the SHFolder library.
author ib
date Mon, 17 Feb 2014 00:45:06 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

MPLAYER_1 {
  # to support glibcs abhorrent backwards-compatibility hack
  global: _IO_stdin_used;
  local: *;
};