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:
@ -2,6 +2,7 @@
|
||||
|
||||
#include "putty.h"
|
||||
|
||||
#define SECURITY_WIN32
|
||||
#include <security.h>
|
||||
|
||||
#include "pgssapi.h"
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "putty.h"
|
||||
#define SECURITY_WIN32
|
||||
#include <security.h>
|
||||
|
||||
OSVERSIONINFO osVersion;
|
||||
|
Reference in New Issue
Block a user