Skip to content

Commit

Permalink
Only redefine VOLUME_NAME_NONE if it's not previously defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed May 11, 2018
1 parent 41b436a commit b89b89a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/filesystem_boost.cpp
Expand Up @@ -39,7 +39,9 @@
#include <shlwapi.h>

// Work around TDM-GCC not #defining this according to @newfrenchy83.
#ifndef VOLUME_NAME_NONE
#define VOLUME_NAME_NONE 0x4
#endif

#endif /* !_WIN32 */

Expand Down

0 comments on commit b89b89a

Please sign in to comment.