typeswin32.h

来自「C++ image processing.Mainly it occupies 」· C头文件 代码 · 共 27 行

H
27
字号
/* 

This "SOFTWARE" is a free software.

You are allowed to download, use, modify and redistribute this software.
The software is provided "AS IS" without warranty of any kind.

Copyright: University of Koblenz-Landau, Dirk Balthasar

*/

#ifndef TypesWin32_h
#define TypesWin32_h


#ifndef OPAQUE
#define OPAQUE 2
#endif

typedef long LONG;
typedef unsigned int		UINT;
typedef unsigned char       BYTE;
typedef unsigned short      WORD;
typedef unsigned long		DWORD;


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?