blob: 57d991f65e59573ea31b64275ac94c341d9e73a9 (
plain)
1
2
3
4
5
6
7
8
9
|
#define MIRANDA_VER 0x0A00
#define _CRT_SECURE_NO_WARNINGS
#include <windows.h>
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_system.h>
#include <m_protocols.h>
#include <m_database.h>
|