Skip to content

Commit

Permalink
[Fix] mpt/check/libc.hpp: Fix typo in r22717.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22735 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Jan 2, 2025
1 parent 0dff619 commit 1d0d346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpt/check/libc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ MPT_WARNING("C stdlib is not multi-threaded.")
#endif

#ifndef MPT_CHECK_LIBC_IGNORE_WARNING_UNICODE_MISMATCH
#if MPT_OS_WINDWOS
#if MPT_OS_WINDOWS
#ifdef UNICODE
#ifndef _UNICODE
MPT_WARNING("UNICODE is defined but _UNICODE is not defined. Please #define _UNICODE.")
Expand Down

0 comments on commit 1d0d346

Please sign in to comment.