Skip to content

Commit

Permalink
gettimeofday.c: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Sep 18, 2024
1 parent 3a7d9f7 commit d790ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msvc/gettimeofday.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* for windows; based on postgresql
*/

#define WIN32_LEAN_AND_MEAN /* stops windows.h including winsock.h; timeval \
redefine */
#define WIN32_LEAN_AND_MEAN /* stops windows.h including winsock.h; \
* timeval redefine */
#include <Windows.h>
#include <stdint.h> /* portable: uint64_t MSVC: __int64 */

Expand Down

0 comments on commit d790ac0

Please sign in to comment.