Fix build on case-sensitive filesystems

Rename some files to match case-sensitive paths on Fedora.
This commit is contained in:
João Valverde 2023-05-23 23:41:10 +01:00
parent c845aa15fe
commit 4e70ea33af
6 changed files with 7 additions and 7 deletions

View File

@ -2668,7 +2668,7 @@ if(BUILD_wireshark AND QT_FOUND)
${WIN_WS2_32_LIBRARY}
${WIN_VERSION_LIBRARY}
${WINSPARKLE_LIBRARIES}
$<$<BOOL:${WIN32}>:UxTheme.lib>
$<$<BOOL:${WIN32}>:uxtheme.lib>
${SPEEXDSP_LIBRARIES}
${ZLIB_LIBRARIES}
${MINIZIP_LIBRARIES}
@ -2781,7 +2781,7 @@ if(BUILD_logray AND QT_FOUND)
${WIN_WS2_32_LIBRARY}
${WIN_VERSION_LIBRARY}
${WINSPARKLE_LIBRARIES}
$<$<BOOL:${WIN32}>:UxTheme.lib>
$<$<BOOL:${WIN32}>:uxtheme.lib>
${SPEEXDSP_LIBRARIES}
${ZLIB_LIBRARIES}
${MINIZIP_LIBRARIES}

View File

@ -82,7 +82,7 @@
#ifdef Q_OS_WIN
#include "wsutil/file_util.h"
#include <QSysInfo>
#include <Uxtheme.h>
#include <uxtheme.h>
#endif
// To do:

View File

@ -36,7 +36,7 @@
#include <sys/time.h>
#endif
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#endif
#include <glib.h>

View File

@ -29,7 +29,7 @@
#endif
#ifdef _WIN32
#include <Ws2tcpip.h> /* indirectly defines AF_ values on Windows */
#include <ws2tcpip.h> /* indirectly defines AF_ values on Windows */
#define _NTOP_SRC_CAST_ (PVOID)
#else
#define _NTOP_SRC_CAST_

View File

@ -38,7 +38,7 @@
#ifdef _WIN32
#include <winsock2.h>
#include <iphlpapi.h>
#include <Ws2tcpip.h>
#include <ws2tcpip.h>
#endif
#define WORKING_BUFFER_SIZE 15000

View File

@ -13,7 +13,7 @@
#include "win32-utils.h"
#include <tchar.h>
#include <VersionHelpers.h>
#include <versionhelpers.h>
/* Quote the argument element if necessary, so that it will get
* reconstructed correctly in the C runtime startup code. Note that