cleanup for MiniGUI-Processes

This commit is contained in:
Vincent Wei
2019-07-14 16:38:03 +08:00
parent 3d0e33d2b3
commit 3a37407982
4 changed files with 34 additions and 28 deletions

View File

@@ -1986,11 +1986,9 @@ typedef struct _GAL_Rect {
/** @} end of macros_types */
#ifdef __cplusplus
extern "C" {
#endif
#ifndef HAVE_TIME
#ifdef HAVE_TIME
#include <time.h>
#else
typedef unsigned long time_t;
struct tm {
@@ -2006,6 +2004,10 @@ struct tm {
};
#endif
#ifdef __cplusplus
extern "C" {
#endif
#if defined (__THREADX__) && defined (__TARGET_VFANVIL__)
#include "fx_api.h"
#include "tx_api.h"