You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
510 B
30 lines
510 B
#pragma once
|
|
|
|
#define COM_NO_WINDOWS_H
|
|
#define RPC_NO_WINDOWS_H
|
|
#define NOCOMM
|
|
#define NOCRYPT
|
|
#define NOHELP
|
|
#define NOICONS
|
|
#define NOIME
|
|
#define NOMCX
|
|
#define NOMDI
|
|
#define NOMENUS
|
|
#define NOMETAFILE
|
|
#define NOSOUND
|
|
#define NOSERVICE
|
|
#define NOSYSPARAMSINFO
|
|
#define NOWH
|
|
#define NOWINABLE
|
|
#define NOWINRES
|
|
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
|
|
#include <commctrl.h>
|
|
#include <shellapi.h>
|
|
|
|
#include "ncmem.h"
|
|
#include "ncbase.h"
|
|
#include "ncdebug.h"
|
|
#include "ncdefine.h"
|