diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-21 13:24:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-21 13:24:25 +0000 |
commit | c862405581fafcf9830be2ed4098313518b699c1 (patch) | |
tree | 4605c73ab8158a3c0cbfd179b728334a7e69e175 /plugins/IEHistory/src/events.h | |
parent | a23b1597035e06afa1aca79e9812f720723a099e (diff) |
first version that compiles
git-svn-id: http://svn.miranda-ng.org/main/trunk@10260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory/src/events.h')
-rw-r--r-- | plugins/IEHistory/src/events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEHistory/src/events.h b/plugins/IEHistory/src/events.h index b19b14fced..8dee289795 100644 --- a/plugins/IEHistory/src/events.h +++ b/plugins/IEHistory/src/events.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_HISTORY_HOOKED_EVENTS_H #define M_HISTORY_HOOKED_EVENTS_H -#include "commonheaders.h" +#include "stdafx.h" extern HANDLE hModulesLoaded; extern HANDLE hOptionsInitialize; |