Index: libs/libmythdvdnav/dvd_reader.c
===================================================================
--- libs/libmythdvdnav/dvd_reader.c	(revision 18962)
+++ libs/libmythdvdnav/dvd_reader.c	(working copy)
@@ -400,7 +400,7 @@
 		return 0;
 	}
 
-#ifndef WIN32 /* don't have fchdir, and getcwd( NULL, ... ) is strange */
+#ifndef _WIN32 /* don't have fchdir, and getcwd( NULL, ... ) is strange */
               /* Also WIN32 does not have symlinks, so we don't need this bit of code. */
 
 	/* Resolve any symlinks and get the absolut dir name. */
