Windows: sys/time.h: Fix jptiz comments

This commit is contained in:
Lucas Cavalcante de Sousa 2020-03-20 13:31:39 -03:00 committed by João Paulo Taylor Ienczak Zanette
parent 7257d900d1
commit e291ab2005
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#define SYS_TIME_H
#ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN 1
# define WIN32_LEAN_AND_MEAN
#endif
// Windows Kit for Windows 10 already defines `struct timeval` and `time_t`
#include <winsock2.h>