1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Move definition of SECURITY_WIN32 from makefiles into source.

This makes it easier for people to recompile the source in other
contexts or other makefiles.
This commit is contained in:
Simon Tatham
2014-11-01 14:44:16 +00:00
parent 32adc1a79d
commit 04caa872fe
4 changed files with 5 additions and 6 deletions

View File

@ -2,6 +2,7 @@
#include "putty.h"
#define SECURITY_WIN32
#include <security.h>
#include "pgssapi.h"

View File

@ -5,6 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include "putty.h"
#define SECURITY_WIN32
#include <security.h>
OSVERSIONINFO osVersion;