summaryrefslogtreecommitdiff
path: root/plugins/xml/commonheaders.h
blob: d6e5ecb1b5e6dec85ec207f67dad025ce7528639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#if !defined( _UNICODE ) && defined( UNICODE )
	#define _UNICODE
#endif

#include <tchar.h>

#include <windows.h>

#include <stdio.h>

#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_utils.h>
#include <m_xml.h>