mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Merge branch 'main' into 12.0-development
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ Released: N/A
|
|||||||
LOVE 11.5 [Mysterious Mysteries]
|
LOVE 11.5 [Mysterious Mysteries]
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
Released: N/A
|
Released: 2023-12-03
|
||||||
|
|
||||||
* Added "LÖVE Loader" launcher on Android for easier loading of .love files.
|
* Added "LÖVE Loader" launcher on Android for easier loading of .love files.
|
||||||
|
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ static inline HANDLE winCreateFileW(const WCHAR *wfname, const DWORD mode,
|
|||||||
const DWORD creation)
|
const DWORD creation)
|
||||||
{
|
{
|
||||||
const DWORD share = FILE_SHARE_READ | FILE_SHARE_WRITE;
|
const DWORD share = FILE_SHARE_READ | FILE_SHARE_WRITE;
|
||||||
#if defined(PHYSFS_PLATFORM_WINRT) || (_WIN32_WINNT >= 0x0602) // Windows 8+
|
#if defined(PHYSFS_PLATFORM_WINRT) /*|| (_WIN32_WINNT >= 0x0602)*/ // Windows 8+
|
||||||
return CreateFile2(wfname, mode, share, creation, NULL);
|
return CreateFile2(wfname, mode, share, creation, NULL);
|
||||||
#else
|
#else
|
||||||
return CreateFileW(wfname, mode, share, NULL, creation,
|
return CreateFileW(wfname, mode, share, NULL, creation,
|
||||||
|
|||||||
Reference in New Issue
Block a user