Skip to content

Commit

Permalink
Windows|Client|Fixed: Undefined Windows min/max macros in material.h
Browse files Browse the repository at this point in the history
Symbol clash.
  • Loading branch information
skyjake committed Mar 2, 2013
1 parent 59841f9 commit 147aa63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/client/include/resource/material.h
Expand Up @@ -279,6 +279,9 @@ class Material : public de::MapElement

#ifdef __CLIENT__

#undef min
#undef max

/**
* (Light) decoration.
*/
Expand Down

0 comments on commit 147aa63

Please sign in to comment.