0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

Remove unnecessary local definition of _ISOC9X_SOURCE.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28271 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-01-05 21:55:19 +00:00
parent 75ec490919
commit 1a42f9781f

View File

@ -20,9 +20,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
// Must be defined before any libc headers are included!
#define _ISOC9X_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>