simulator/jffs2: remove _TIME_T_DEFINED when built by VC++

_TIME_T_DEFINED was pre-defined in order to build jffs2 with VC.
While it may cause many side effects.
This commit is contained in:
prife
2013-10-17 21:13:08 +08:00
parent 887076bab1
commit 3a33906ab1
3 changed files with 6 additions and 2 deletions
-1
View File
@@ -45,7 +45,6 @@ if rtconfig.PLATFORM == 'cl':
_DEBUG
_CONSOLE
MSVC
_TIME_T_DEFINED
''')
env.Append(CCFLAGS=rtconfig.CFLAGS)
env.Append(LINKFLAGS=rtconfig.LFLAGS)