summaryrefslogtreecommitdiffstats
path: root/osdep/glob-win.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 19:07:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-10 19:07:42 +0000
commitb2c4df0543c3de1725763511eca658a055209f36 (patch)
tree618dd9e22574f0928d6c6bf09d28cf7096955e75 /osdep/glob-win.c
parent4cb9cfc6eead9bb182159d20a425baaaf01d9927 (diff)
downloadmpv-b2c4df0543c3de1725763511eca658a055209f36.tar.bz2
mpv-b2c4df0543c3de1725763511eca658a055209f36.tar.xz
Move #ifdef directives around complete files into the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21873 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/glob-win.c')
-rw-r--r--osdep/glob-win.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/glob-win.c b/osdep/glob-win.c
index 5e77771331..9a0c92a278 100644
--- a/osdep/glob-win.c
+++ b/osdep/glob-win.c
@@ -3,7 +3,6 @@
#include "config.h"
-#ifndef HAVE_GLOB
#include <windows.h>
#include "glob.h"
@@ -85,4 +84,3 @@ int main(){
return 0;
}
-#endif