Skip to content

Commit

Permalink
Merge pull request #1976 from sakura-editor/feature/fix_mingw_wcstok_…
Browse files Browse the repository at this point in the history
…error

MinGWのビルドエラーを修正する(_wcstokのマクロ定義を削除)
  • Loading branch information
suconbu authored Jan 15, 2025
2 parents 1fcac94 + 6c0b0e7 commit 85cb1bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sakura_core/StdAfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
#define DUMMYUNION5_MEMBER(x) DUMMYUNIONNAME5.x
#endif
#endif
// MinGW-w64-gcc にない関数をマクロ定義する
#define _wcstok wcstok
#endif

#include <io.h>
Expand Down

0 comments on commit 85cb1bf

Please sign in to comment.