Skip to content

Commit

Permalink
- dropped unnecessary (and actually problematic) whitespaces around t…
Browse files Browse the repository at this point in the history
…ime.h-include (facebookarchive#130)
  • Loading branch information
Luke1410 committed Sep 16, 2019
1 parent d47ef13 commit 55a7be3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Source/include/slikenet/gettimeofday.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@
* RakNet License.txt file in the licenses directory of this source tree. An additional grant
* of patent rights can be found in the RakNet Patents.txt file in the same directory.
*
* Modified work: Copyright (c) 2019, SLikeSoft UG (haftungsbeschränkt)
*
* This source code was modified by SLikeSoft. Modifications are licensed under the MIT-style
* license found in the license.txt file in the root directory of this source tree.
*/

#ifndef __GET_TIME_OF_DAY_H
#define __GET_TIME_OF_DAY_H

#if defined(_WIN32) && !defined(__GNUC__) &&!defined(__GCCXML__)
#include < time.h >
#include <time.h>
struct timezone
{
int tz_minuteswest; /* minutes W of Greenwich */
Expand Down

0 comments on commit 55a7be3

Please sign in to comment.