Use "TNET_UNDER_WINDOWS_CE" instead of "TDAV_UNDER_WINDOWS_CE" in tinyNET

This commit is contained in:
bossiel 2015-05-21 02:55:59 +00:00
parent fa2ae8e743
commit a2fa230552
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ int tnet_startup()
}
#endif
// Print messages regardless the debug level
#if TDAV_UNDER_WINDOWS_CE && (BUILD_TYPE_GE && SIN_CITY)
#if TNET_UNDER_WINDOWS_CE && (BUILD_TYPE_GE && SIN_CITY)
# define PRINT_INFO TSK_DEBUG_INFO
# define PRINT_ERROR TSK_DEBUG_ERROR
#else