+ chg: code clean-up

This commit is contained in:
Rainer Kottenhoff 2018-06-14 16:57:14 +02:00
parent 1a53b8dc18
commit 2eb6bad84c
4 changed files with 2 additions and 3 deletions

View File

@ -31,7 +31,7 @@ see ecryption-doc.txt for details
#include "rijndael-api-fst.h"
#include "crypto.h"
extern HINSTANCE g_hInstance;
//extern HINSTANCE g_hInstance;
extern HMODULE g_hLngResContainer;
#define WKEY_LEN 256

View File

@ -59,7 +59,6 @@
// find free bits in scintilla.h SCFIND_ defines
#define SCFIND_NP3_REGEX (SCFIND_REGEXP | SCFIND_POSIX)
extern HINSTANCE g_hInstance;
extern HMODULE g_hLngResContainer;
extern HWND g_hwndMain;
@ -6963,6 +6962,7 @@ typedef struct _modlinesdata {
LPWSTR pwsz2;
} MODLINESDATA, *PMODLINESDATA;
extern HINSTANCE g_hInstance;
INT_PTR CALLBACK EditModifyLinesDlgProc(HWND hwnd,UINT umsg,WPARAM wParam,LPARAM lParam)
{

View File

@ -38,7 +38,6 @@
#include "encoding.h"
//extern HINSTANCE g_hInstance;
extern HMODULE g_hLngResContainer;
extern bool bLoadASCIIasUTF8;

Binary file not shown.