Skip to content

Commit

Permalink
Win32: Fixed compiler warning in dsFMOD
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 11, 2011
1 parent 73442a3 commit aa1b6c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/plugins/fmod/include/fmod_util.h
Expand Up @@ -33,6 +33,10 @@
# define strnicmp strncasecmp
#endif

#ifdef WIN32
# define strnicmp _strnicmp
#endif

class FMODVector : public FMOD_VECTOR
{
public:
Expand Down

0 comments on commit aa1b6c2

Please sign in to comment.