Fixed some build problems introduced with the mechanism_info changes.

This commit is contained in:
Juan Carlos Luciani
2007-03-21 23:05:34 +00:00
parent e1001dfc6f
commit 1d1803ffb6
6 changed files with 49 additions and 14 deletions

View File

@@ -78,6 +78,7 @@ FILE *pDebugFile; \
#define bool BOOLEAN
#define true TRUE
#define false FALSE
#define strtok_r strtok_s
//===[ Inlines functions ]===============================================