Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Do not re-define SECURITY_WIN32 if already defined.
Browse files Browse the repository at this point in the history
Some toolchains have SECURITY_WIN32 defined by default.
  • Loading branch information
codesquid authored and sgtatham committed Aug 15, 2015
1 parent c058fc4 commit 1f6504c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/winmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#include <stdio.h>
#include <stdlib.h>
#include "putty.h"
#ifndef SECURITY_WIN32
#define SECURITY_WIN32
#endif
#include <security.h>

OSVERSIONINFO osVersion;
Expand Down

0 comments on commit 1f6504c

Please sign in to comment.