Differences From Artifact [9c9e87a44e]:
- File enet/win32.c — part of check-in [ea7418102a] at 2024-07-13 14:22:15 on branch trunk — Import cube_2005_08_29_src_zlib.zip (user: js, size: 6825) [annotate] [blame] [check-ins using]
To Artifact [470e3220ea]:
- File enet/win32.c — part of check-in [e5461ff852] at 2024-07-20 14:32:55 on branch trunk — Add buildsys (user: js, size: 6826) [annotate] [blame] [check-ins using]
1 2 3 4 | /** @file win32.c @brief ENet Win32 system specific functions */ | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /** @file win32.c @brief ENet Win32 system specific functions */ #ifdef _WIN32 #include <time.h> #define ENET_BUILDING_LIB 1 #include "enet/enet.h" static enet_uint32 timeBase = 0; |
︙ | ︙ |