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/exhndlr.cpp | |
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/exhndlr.cpp')
-rw-r--r-- | plugins/CrashDumper/src/exhndlr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|