mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 02:01:50 +08:00
cleanup for MiniGUI-Processes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user