Browse Source

Removed definition of MAX_PATH, this is already defined in common_paths.h.

pull/15/merge
bunnei 12 years ago
committed by bunnei
parent
commit
b919158050
  1. 2
      src/common/common.h

2
src/common/common.h

@ -96,8 +96,6 @@ private:
// Windows compatibility
#ifndef _WIN32
#include <limits.h>
#define MAX_PATH PATH_MAX
#ifdef _LP64
#define _M_X64 1
#else

Loading…
Cancel
Save