OSDN Git Service

Merge pull request #993 from iks3/fix-imp-food
[hengbandforosx/hengbandosx.git] / src / main-win / main-win-windows.h
1 #pragma once
2
3 /*
4  * Exclude parts of WINDOWS.H that are not needed (Win32)
5  */
6 #define WIN32_LEAN_AND_MEAN
7 #define NONLS /* All NLS defines and routines */
8 #define NOSERVICE /* All Service Controller routines, SERVICE_ equates, etc. */
9 #define NOMCX /* Modem Configuration Extensions */
10
11 /*
12  * Include the "windows" support file
13  */
14 #include <windows.h>