blob: 90e05480bbe6f7e76e673867f66c696df1bb1ed8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define __NO_CMPLUGIN_NEEDED
#include <newpluginapi.h>
#include <m_langpack.h>
#include <m_genmenu.h>
#include <m_clist.h>
#include <m_utils.h>
#include <win2k.h>
#include "resource.h"
#include "version.h"
|