mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 01:27:35 -05:00
Alexey Savelyev's mkfiles.pl patch to support lcc-win32. This has
caused a small amount of extra inconvenience at the tops of .rc files, but it's been positive overall since lcc has managed to point out some pedantic errors (typically static/extern mismatches between function prototypes and definitions) which everything else missed. [originally from svn r3744]
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
#include "misc.h"
|
||||
#include "tree234.h"
|
||||
|
||||
#include <shellapi.h>
|
||||
|
||||
#ifndef NO_SECURITY
|
||||
#include <aclapi.h>
|
||||
#endif
|
||||
@ -49,7 +51,7 @@ static HMENU systray_menu, session_menu;
|
||||
static int already_running;
|
||||
static int requested_help;
|
||||
|
||||
static char *help_path;
|
||||
char *help_path;
|
||||
static char *putty_path;
|
||||
|
||||
#define IDM_PUTTY 0x0060
|
||||
|
Reference in New Issue
Block a user