diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -37,7 +37,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 37 | #include "puresize.h" | 37 | #include "puresize.h" |
| 38 | #include "gnutls.h" | 38 | #include "gnutls.h" |
| 39 | 39 | ||
| 40 | #ifdef WINDOWSNT | 40 | #if defined WINDOWSNT && defined HAVE_GNUTLS3 |
| 41 | # define gnutls_rnd w32_gnutls_rnd | 41 | # define gnutls_rnd w32_gnutls_rnd |
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||