Skip to content

Commit

Permalink
[Fix] zlib: Fix minor mis-merge of zlib 1.3.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20164 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Mar 2, 2024
1 parent 811ab2b commit e653272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zlib/contrib/minizip/iowin32.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@

#if (_WIN32_WINNT >= 0x0602) // OpenMPT
// see Include/shared/winapifamily.h in the Windows Kit
#if defined(WINAPI_FAMILY_PARTITION) && (!(defined(IOWIN32_USING_WINRT_API)))

#if !defined(WINAPI_FAMILY_ONE_PARTITION)
#define WINAPI_FAMILY_ONE_PARTITION(PartitionSet, Partition) ((WINAPI_FAMILY & PartitionSet) == Partition)
#endif

#if defined(WINAPI_FAMILY_PARTITION) && (!(defined(IOWIN32_USING_WINRT_API)))
#if 1 // OpenMPT
#if !WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) && WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) // OpenMPT
#define IOWIN32_USING_WINRT_API 1 // OpenMPT
Expand Down

0 comments on commit e653272

Please sign in to comment.