Include osdep/osdep.h instead of checking a platfrom specific macro to include

a platform specific header.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30880 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
komh 2010-03-10 10:00:59 +00:00
parent e03ff1e0ef
commit 6cbbdc49ea
1 changed files with 2 additions and 3 deletions

View File

@ -40,11 +40,10 @@
#elif defined(__CYGWIN__)
#include <windows.h>
#include <sys/cygwin.h>
#elif defined(__OS2__)
#define INCL_DOS
#include <os2.h>
#endif
#include "osdep/osdep.h"
char *get_path(const char *filename){
char *homedir;
char *buff;