diff options
Diffstat (limited to 'plugins/CryptoPP/src/GPGw')
21 files changed, 21 insertions, 21 deletions
diff --git a/plugins/CryptoPP/src/GPGw/gpg.cpp b/plugins/CryptoPP/src/GPGw/gpg.cpp index 47d5d178dc..c50114c851 100644 --- a/plugins/CryptoPP/src/GPGw/gpg.cpp +++ b/plugins/CryptoPP/src/GPGw/gpg.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
char *txtgpgargslistpublickeys=
diff --git a/plugins/CryptoPP/src/GPGw/gpg.h b/plugins/CryptoPP/src/GPGw/gpg.h index 5a06071e4a..2c60a5570e 100644 --- a/plugins/CryptoPP/src/GPGw/gpg.h +++ b/plugins/CryptoPP/src/GPGw/gpg.h @@ -1,4 +1,4 @@ -#ifndef __GPG_H__
+#ifndef __GPG_H__
#define __GPG_H__
typedef enum
diff --git a/plugins/CryptoPP/src/GPGw/gpg.rc b/plugins/CryptoPP/src/GPGw/gpg.rc index 95791b28b9..3e4096c545 100644 --- a/plugins/CryptoPP/src/GPGw/gpg.rc +++ b/plugins/CryptoPP/src/GPGw/gpg.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "gpg_res.h"
diff --git a/plugins/CryptoPP/src/GPGw/gpg_main.cpp b/plugins/CryptoPP/src/GPGw/gpg_main.cpp index 5bbbc9f5e3..2eaacce5a9 100644 --- a/plugins/CryptoPP/src/GPGw/gpg_main.cpp +++ b/plugins/CryptoPP/src/GPGw/gpg_main.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
BOOL ShowSelectExecDlg(LPSTR);
diff --git a/plugins/CryptoPP/src/GPGw/gpg_res.h b/plugins/CryptoPP/src/GPGw/gpg_res.h index af5efe29d7..6bbea495a1 100644 --- a/plugins/CryptoPP/src/GPGw/gpg_res.h +++ b/plugins/CryptoPP/src/GPGw/gpg_res.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/plugins/CryptoPP/src/GPGw/gpgw.h b/plugins/CryptoPP/src/GPGw/gpgw.h index 041c79abc5..d3722cea94 100644 --- a/plugins/CryptoPP/src/GPGw/gpgw.h +++ b/plugins/CryptoPP/src/GPGw/gpgw.h @@ -1,4 +1,4 @@ -// Windows API
+// Windows API
#pragma once
diff --git a/plugins/CryptoPP/src/GPGw/keys.cpp b/plugins/CryptoPP/src/GPGw/keys.cpp index 74674bedd3..707e2169eb 100644 --- a/plugins/CryptoPP/src/GPGw/keys.cpp +++ b/plugins/CryptoPP/src/GPGw/keys.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
typedef char tkeyuserid[keyuseridsize];
diff --git a/plugins/CryptoPP/src/GPGw/keys.h b/plugins/CryptoPP/src/GPGw/keys.h index 394c6c05b8..039c5e8e85 100644 --- a/plugins/CryptoPP/src/GPGw/keys.h +++ b/plugins/CryptoPP/src/GPGw/keys.h @@ -1,4 +1,4 @@ -#ifndef __KEYS_H__
+#ifndef __KEYS_H__
#define __KEYS_H__
#define publickeyuserid 0
diff --git a/plugins/CryptoPP/src/GPGw/language.cpp b/plugins/CryptoPP/src/GPGw/language.cpp index a815f7cff3..304a1633f0 100644 --- a/plugins/CryptoPP/src/GPGw/language.cpp +++ b/plugins/CryptoPP/src/GPGw/language.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
//char *txtverifyoptions="Please verify your settings in M->Options->Plugins->GnuPG and GnuPG Advanced."; /*lang*/
diff --git a/plugins/CryptoPP/src/GPGw/language.h b/plugins/CryptoPP/src/GPGw/language.h index 6c3548b4c3..6e8bcf9215 100644 --- a/plugins/CryptoPP/src/GPGw/language.h +++ b/plugins/CryptoPP/src/GPGw/language.h @@ -1,4 +1,4 @@ -#ifndef __TEXT_H__
+#ifndef __TEXT_H__
#define __TEXT_H__
// textkonstanten, die uebersetzt werden muessen
diff --git a/plugins/CryptoPP/src/GPGw/passdialog.cpp b/plugins/CryptoPP/src/GPGw/passdialog.cpp index 18389c31d6..0263edb6e3 100644 --- a/plugins/CryptoPP/src/GPGw/passdialog.cpp +++ b/plugins/CryptoPP/src/GPGw/passdialog.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
char dlgpassphrase[passphrasesize];
diff --git a/plugins/CryptoPP/src/GPGw/passdialog.h b/plugins/CryptoPP/src/GPGw/passdialog.h index 0bf5b9522b..408c8c39da 100644 --- a/plugins/CryptoPP/src/GPGw/passdialog.h +++ b/plugins/CryptoPP/src/GPGw/passdialog.h @@ -1,4 +1,4 @@ -#ifndef __PASSDIALOG_H__
+#ifndef __PASSDIALOG_H__
#define __PASSDIALOG_H__
extern char dlgpassphrase[];
diff --git a/plugins/CryptoPP/src/GPGw/passphrases.cpp b/plugins/CryptoPP/src/GPGw/passphrases.cpp index 6a88358370..01e17ec4b9 100644 --- a/plugins/CryptoPP/src/GPGw/passphrases.cpp +++ b/plugins/CryptoPP/src/GPGw/passphrases.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
// globale variablen
diff --git a/plugins/CryptoPP/src/GPGw/passphrases.h b/plugins/CryptoPP/src/GPGw/passphrases.h index 9a2c25dadd..30d5bc1931 100644 --- a/plugins/CryptoPP/src/GPGw/passphrases.h +++ b/plugins/CryptoPP/src/GPGw/passphrases.h @@ -1,4 +1,4 @@ -#ifndef __PASSPHRASES_H__
+#ifndef __PASSPHRASES_H__
#define __PASSPHRASES_H__
// funktions prototypen
diff --git a/plugins/CryptoPP/src/GPGw/pipeexec.cpp b/plugins/CryptoPP/src/GPGw/pipeexec.cpp index 3a04fd1697..8ebdb00ab7 100644 --- a/plugins/CryptoPP/src/GPGw/pipeexec.cpp +++ b/plugins/CryptoPP/src/GPGw/pipeexec.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
BOOL isWindowsNT(void)
diff --git a/plugins/CryptoPP/src/GPGw/pipeexec.h b/plugins/CryptoPP/src/GPGw/pipeexec.h index 241e071a53..047baa4476 100644 --- a/plugins/CryptoPP/src/GPGw/pipeexec.h +++ b/plugins/CryptoPP/src/GPGw/pipeexec.h @@ -1,4 +1,4 @@ -#ifndef __PIPEEXEC_H__
+#ifndef __PIPEEXEC_H__
#define __PIPEEXEC_H__
#include <windows.h>
diff --git a/plugins/CryptoPP/src/GPGw/size.h b/plugins/CryptoPP/src/GPGw/size.h index e9382f7a2b..6a46c40d52 100644 --- a/plugins/CryptoPP/src/GPGw/size.h +++ b/plugins/CryptoPP/src/GPGw/size.h @@ -1,4 +1,4 @@ -#ifndef __SIZE_H__
+#ifndef __SIZE_H__
#define __SIZE_H__
// array groessen
diff --git a/plugins/CryptoPP/src/GPGw/tools.cpp b/plugins/CryptoPP/src/GPGw/tools.cpp index 17d3303739..fb12501629 100644 --- a/plugins/CryptoPP/src/GPGw/tools.cpp +++ b/plugins/CryptoPP/src/GPGw/tools.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
// escape sequence type
diff --git a/plugins/CryptoPP/src/GPGw/tools.h b/plugins/CryptoPP/src/GPGw/tools.h index 74da8552d3..f9e9cef7f8 100644 --- a/plugins/CryptoPP/src/GPGw/tools.h +++ b/plugins/CryptoPP/src/GPGw/tools.h @@ -1,4 +1,4 @@ -#ifndef __TOOLS_H__
+#ifndef __TOOLS_H__
#define __TOOLS_H__
#ifdef __cplusplus
diff --git a/plugins/CryptoPP/src/GPGw/userdialog.cpp b/plugins/CryptoPP/src/GPGw/userdialog.cpp index a6f6cea17f..159d811fc9 100644 --- a/plugins/CryptoPP/src/GPGw/userdialog.cpp +++ b/plugins/CryptoPP/src/GPGw/userdialog.cpp @@ -1,4 +1,4 @@ -#include "../commonheaders.h"
+#include "../commonheaders.h"
#include "gpgw.h"
void RefreshListView(HWND hLV);
diff --git a/plugins/CryptoPP/src/GPGw/userdialog.h b/plugins/CryptoPP/src/GPGw/userdialog.h index acdf0a3bcc..f88c8f0b49 100644 --- a/plugins/CryptoPP/src/GPGw/userdialog.h +++ b/plugins/CryptoPP/src/GPGw/userdialog.h @@ -1,4 +1,4 @@ -#ifndef __USERDIALOG_H__
+#ifndef __USERDIALOG_H__
#define __USERDIALOG_H__
INT_PTR CALLBACK UserIdDialogProcedure(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam);
|