Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Types.h
Go to the documentation of this file.
1 #pragma once
2 /*#inclide <
3 #ifndef _WIN32
4 typedef unsigned char BYTE;
5 typedef int BOOL;
6 typedef unsigned short WORD;
7 typedef unsigned long DWORD;
8 typedef BYTE* LPBYTE;
9 typedef void* LPVOID;
10 typedef void* HANDLE;
11 #define NULL 0
12 
13 #else
14 #include <WinDef.h>
15 #endif
16 */
17 #include <windows.h>
18 #define NELEMS(x) (sizeof(x) / sizeof(x[0]))