Ignore:
Timestamp:
Apr 13, 2018, 1:00:30 PM (6 years ago)
Author:
coas-nagasima
Message:

NTPクライアント処理を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/ntshell/src/shellif.h

    r337 r340  
    4040#ifdef _MSC_VER
    4141#define _CRT_NO_TIME_T
     42#define tm msc_tm
    4243#include <time.h>
    4344#include <errno.h>
    4445#include <limits.h>
    4546#include <stdlib.h>
    46 #define restrict __restrict
     47#undef tm
     48#undef NULL
    4749#endif
    4850
     
    106108#include "../musl-1.1.18/include/bits/stat.h"
    107109#include "../musl-1.1.18/include/sys/select.h"
     110#include "../musl-1.1.18/include/time.h"
    108111#include "../musl-1.1.18/include/signal.h"
    109112#include "../musl-1.1.18/include/stdio.h"
Note: See TracChangeset for help on using the changeset viewer.