[Spice-devel] [PATCH 06/20] mingw: fix header case
Christophe Fergeau
cfergeau at redhat.com
Thu Mar 1 02:17:40 PST 2012
linux systems need it in lower-case, Windows systems shouldn't
care.
---
vdagent/display_setting.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vdagent/display_setting.cpp b/vdagent/display_setting.cpp
index 0116346..8abef3f 100644
--- a/vdagent/display_setting.cpp
+++ b/vdagent/display_setting.cpp
@@ -16,7 +16,7 @@
*/
#include <windows.h>
#include <stdio.h>
-#include <Sddl.h>
+#include <sddl.h>
#include <string.h>
#include <tlhelp32.h>
#include "display_setting.h"
--
1.7.7.6
More information about the Spice-devel
mailing list