Rudiments
datetimeincludes.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more information.
3 
4 #include <rudiments/private/dll.h>
5 #include <rudiments/environment.h>
6 #include <rudiments/bytestring.h>
7 
8 #ifdef RUDIMENTS_HAVE_WINDOWS_H
9  #define _WINSOCKAPI_
10  #include <windows.h>
11 #endif
12 #include <time.h>
13 #include <sys/types.h>
14 #include <rudiments/threadmutex.h>
15 
16 class datetimeprivate;