diff options
Diffstat (limited to 'plugins/FavContacts/src/headers.h')
-rw-r--r-- | plugins/FavContacts/src/headers.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/FavContacts/src/headers.h b/plugins/FavContacts/src/headers.h index 59d3693926..5e9771fd6e 100644 --- a/plugins/FavContacts/src/headers.h +++ b/plugins/FavContacts/src/headers.h @@ -52,14 +52,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_idle.h>
#include <m_awaymsg.h>
#include <m_avatars.h>
-#include <m_toolbar.h>
+#include <m_toptoolbar.h>
#include <m_fontservice.h>
#include <m_hotkeys.h>
#include "../resource.h"
-#define NEWTSTR_ALLOCA(A) (A==NULL)?NULL:_tcscpy((TCHAR*)alloca(sizeof(TCHAR)*(_tcslen(A)+1)),A)
-
struct Options
{
BYTE bSecondLine;
|