diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 23:36:15 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 23:36:15 +0000 |
commit | 2521caf6cd5c4f7ad590f09a303c5ca4eb83c9a5 (patch) | |
tree | 98750585613e0ff3c688430e5723e2121b342a2d /plugins/CrashDumper/src | |
parent | 471161abf9be379a08c7e81598b4970effd5c59a (diff) |
CrashDumper - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13156 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src')
-rw-r--r-- | plugins/CrashDumper/src/crshdmp.cpp | 2 | ||||
-rw-r--r-- | plugins/CrashDumper/src/crshdmp_icons.cpp | 2 | ||||
-rw-r--r-- | plugins/CrashDumper/src/dumper.cpp | 2 | ||||
-rw-r--r-- | plugins/CrashDumper/src/exhndlr.cpp | 2 | ||||
-rw-r--r-- | plugins/CrashDumper/src/stdafx.cxx (renamed from plugins/CrashDumper/src/stdafx.cpp) | 2 | ||||
-rw-r--r-- | plugins/CrashDumper/src/stdafx.h (renamed from plugins/CrashDumper/src/utils.h) | 2 | ||||
-rw-r--r-- | plugins/CrashDumper/src/ui.cpp | 2 | ||||
-rw-r--r-- | plugins/CrashDumper/src/upload.cpp | 2 | ||||
-rw-r--r-- | plugins/CrashDumper/src/utils.cpp | 2 |
9 files changed, 8 insertions, 10 deletions
diff --git a/plugins/CrashDumper/src/crshdmp.cpp b/plugins/CrashDumper/src/crshdmp.cpp index 108d48910a..a20f5c82d0 100644 --- a/plugins/CrashDumper/src/crshdmp.cpp +++ b/plugins/CrashDumper/src/crshdmp.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils.h"
+#include "stdafx.h"
int hLangpack;
diff --git a/plugins/CrashDumper/src/crshdmp_icons.cpp b/plugins/CrashDumper/src/crshdmp_icons.cpp index faf7298705..66e0f0e108 100644 --- a/plugins/CrashDumper/src/crshdmp_icons.cpp +++ b/plugins/CrashDumper/src/crshdmp_icons.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils.h"
+#include "stdafx.h"
static IconItem iconList[] =
{
diff --git a/plugins/CrashDumper/src/dumper.cpp b/plugins/CrashDumper/src/dumper.cpp index 99317570b1..9eea197517 100644 --- a/plugins/CrashDumper/src/dumper.cpp +++ b/plugins/CrashDumper/src/dumper.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils.h"
+#include "stdafx.h"
extern TCHAR* vertxt;
extern TCHAR* profname;
diff --git a/plugins/CrashDumper/src/exhndlr.cpp b/plugins/CrashDumper/src/exhndlr.cpp index e44f72c5ed..0253f5823a 100644 --- a/plugins/CrashDumper/src/exhndlr.cpp +++ b/plugins/CrashDumper/src/exhndlr.cpp @@ -1,4 +1,4 @@ -#include "utils.h"
+#include "stdafx.h"
#ifndef FACILITY_VISUALCPP
#define FACILITY_VISUALCPP ((LONG)0x6d)
diff --git a/plugins/CrashDumper/src/stdafx.cpp b/plugins/CrashDumper/src/stdafx.cxx index 6a4aa99c82..6fb37564b7 100644 --- a/plugins/CrashDumper/src/stdafx.cpp +++ b/plugins/CrashDumper/src/stdafx.cxx @@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils.h"
\ No newline at end of file +#include "stdafx.h"
\ No newline at end of file diff --git a/plugins/CrashDumper/src/utils.h b/plugins/CrashDumper/src/stdafx.h index 70d49006de..ff77ceff81 100644 --- a/plugins/CrashDumper/src/utils.h +++ b/plugins/CrashDumper/src/stdafx.h @@ -16,8 +16,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#define _CRT_SECURE_NO_WARNINGS
-
#include <windows.h>
#include <richedit.h>
diff --git a/plugins/CrashDumper/src/ui.cpp b/plugins/CrashDumper/src/ui.cpp index d5908043c3..7050771388 100644 --- a/plugins/CrashDumper/src/ui.cpp +++ b/plugins/CrashDumper/src/ui.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils.h"
+#include "stdafx.h"
HWND hViewWnd;
extern HINSTANCE hInst;
diff --git a/plugins/CrashDumper/src/upload.cpp b/plugins/CrashDumper/src/upload.cpp index f3a70a2cae..3422fee56a 100644 --- a/plugins/CrashDumper/src/upload.cpp +++ b/plugins/CrashDumper/src/upload.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils.h"
+#include "stdafx.h"
HANDLE hNetlibUser;
diff --git a/plugins/CrashDumper/src/utils.cpp b/plugins/CrashDumper/src/utils.cpp index a592a9f9bc..164e63dfd0 100644 --- a/plugins/CrashDumper/src/utils.cpp +++ b/plugins/CrashDumper/src/utils.cpp @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "utils.h"
+#include "stdafx.h"
static HINSTANCE hKernel = GetModuleHandleA("kernel32.dll");
|