diff options
author | Adam <Adam@anope.org> | 2012-07-09 01:53:07 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-07-09 01:53:07 -0400 |
commit | 6735f2da27df23ee34936a4b17727f4ba44c04e8 (patch) | |
tree | f98dfad166bc687843a38f40d43826ad4f3033a4 /win/inspircd_win32wrapper.h | |
parent | 33b908aedc61d2bce3dcf8f062d6522e3bd14dfa (diff) |
Fixed Windows build, int32_t is already defined in stdint.h.
Add GnuTLS support for Windows.
Made NSIS script include extra DLL files if supplied and
include the conf/aliases and conf/modules example configuration files.
Added make_gnutls_cert.bat to generate GnuTLS certificates on Windows.
Fixed typo in gnutlscert.pm.
Diffstat (limited to 'win/inspircd_win32wrapper.h')
-rw-r--r-- | win/inspircd_win32wrapper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 85572fd64..bc7165262 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -231,7 +231,6 @@ CoreExport int clock_gettime(int clock, struct timespec * tv); typedef unsigned char uint8_t; typedef unsigned long long uint64_t; typedef signed char int8_t; -typedef signed long int32_t; typedef signed long long int64_t; typedef signed long ssize_t; |