File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 6
6
* RakNet License.txt file in the licenses directory of this source tree. An additional grant
7
7
* of patent rights can be found in the RakNet Patents.txt file in the same directory.
8
8
*
9
+ * Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschränkt)
10
+ *
11
+ * This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
12
+ * license found in the license.txt file in the root directory of this source tree.
9
13
*/
10
14
11
15
#ifndef __GET_TIME_OF_DAY_H
12
16
#define __GET_TIME_OF_DAY_H
13
17
14
18
#if defined(_WIN32 ) && !defined(__GNUC__ ) && !defined(__GCCXML__ )
15
- #include < time.h >
19
+ #include <time.h>
16
20
struct timezone
17
21
{
18
22
int tz_minuteswest ; /* minutes W of Greenwich */
You can’t perform that action at this time.
0 commit comments