Skip to content

Commit

Permalink
use right windows api
Browse files Browse the repository at this point in the history
Change-Id: Ied13d42b84a9c81b73c5d8046a802c5054d6e8a2
  • Loading branch information
madhurajayaraman committed Nov 17, 2023
1 parent c5ca907 commit 75bf163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starboard/shared/win32/posix_emu/include/stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

// MSVC deprecated strdup() in favor of _strdup()
#define strdup _strdup
#define strcasecmp _strcasecmp
#define strncasecmp _strncasecmp
#define strcasecmp _stricmp
#define strncasecmp _strnicmp

#if defined(STARBOARD)
#define free sb_free
Expand Down

0 comments on commit 75bf163

Please sign in to comment.