31 lines
469 B
C
31 lines
469 B
C
|
#pragma once
|
||
|
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
#define RPC_NO_WINDOWS_H
|
||
|
#define NOCOMM
|
||
|
#define NOCRYPT
|
||
|
#define NOGDI
|
||
|
#define NOHELP
|
||
|
#define NOICONS
|
||
|
#define NOIME
|
||
|
#define NOMCX
|
||
|
#define NOMDI
|
||
|
#define NOMENUS
|
||
|
#define NOMETAFILE
|
||
|
#define NOSERVICE
|
||
|
#define NOSOUND
|
||
|
#define NOSYSPARAMSINFO
|
||
|
#define NOWH
|
||
|
#define NOWINABLE
|
||
|
#define NOWINRES
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <objbase.h>
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#include "ncmem.h"
|
||
|
#include "ncbase.h"
|
||
|
#include "ncdebug.h"
|
||
|
#include "ncdefine.h"
|