[libbluray-devel] Fix build on win32

Ludovic Fauvet git at videolan.org
Mon Apr 13 12:41:24 CEST 2015


libbluray | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Apr 10 17:05:10 2015 +0200| [7180264032791eacfdda471d5b33549ca381166c] | committer: hpi1

Fix build on win32

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=7180264032791eacfdda471d5b33549ca381166c
---

 src/file/dirs_win32.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/file/dirs_win32.c b/src/file/dirs_win32.c
index 3fe97f5..60bfbf8 100644
--- a/src/file/dirs_win32.c
+++ b/src/file/dirs_win32.c
@@ -29,8 +29,8 @@
 #include <stdio.h>
 #include <string.h>
 
-#include <shlobj.h>
 #include <windows.h>
+#include <shlobj.h>
 #include <limits.h>
 #include <direct.h>
 



More information about the libbluray-devel mailing list