Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
windows:mingw:win32
mingw32-kdelibs4
0001-Fix-cross-compile-issue-caused-by-using-in...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-cross-compile-issue-caused-by-using-incorrect-fi.patch of Package mingw32-kdelibs4
From 990eb3b448923ec00f723031909cc5de1803e91b Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Mon, 20 Jul 2015 23:04:19 +0200 Subject: [PATCH] Fix cross compile issue caused by using incorrect file name case. --- kinit/kinit_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinit/kinit_win.cpp b/kinit/kinit_win.cpp index 9c1521a..2005e15 100644 --- a/kinit/kinit_win.cpp +++ b/kinit/kinit_win.cpp @@ -31,7 +31,7 @@ #include <windows.h> #ifndef _WIN32_WCE -#include <Sddl.h> +#include <sddl.h> #endif #include <tlhelp32.h> #include <psapi.h> -- 1.8.4.5
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor