Only define _MAX_PATH is it isn't already defined.

This commit is contained in:
stag019
2013-12-23 14:52:37 -05:00
parent 94005513a4
commit 55974bc743
4 changed files with 8 additions and 0 deletions

View File

@@ -1,7 +1,9 @@
#ifndef ASMOTOR_ASM_TYPES_H
#define ASMOTOR_ASM_TYPES_H
#ifndef _MAX_PATH
#define _MAX_PATH 512
#endif
typedef unsigned char UBYTE;
typedef signed char SBYTE;