From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Tooltip_Notify/src/stdafx.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 Tooltip_Notify/src/stdafx.h (limited to 'Tooltip_Notify/src/stdafx.h') diff --git a/Tooltip_Notify/src/stdafx.h b/Tooltip_Notify/src/stdafx.h deleted file mode 100644 index d77c5a3..0000000 --- a/Tooltip_Notify/src/stdafx.h +++ /dev/null @@ -1,37 +0,0 @@ -// stdafx.h : include file for standard system include files, -// or project specific include files that are used frequently, but -// are changed infrequently -// - -#pragma once - - -#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers -#define _WIN32_WINNT 0x0500 - -// Windows header files -#include -#include -#include - -// C/C++ header files -#include -#include -#include - -// Miranda IM header files -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#define ARRAY_SIZE(arr) (sizeof(arr)/sizeof(arr[0])) \ No newline at end of file -- cgit v1.2.3