Honeycomb  0.1
Component-Model Framework
Namespaces | Macros
Core.h File Reference
#include <winsock2.h>
#include <windows.h>
#include <shlwapi.h>
#include <process.h>
#include <assert.h>
Include dependency graph for Core.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 honey
 Global Honeycomb namespace.
 

Macros

#define WINVER   0x0500
 
#define _WIN32_WINNT   0x0500
 
#define ENDIAN   ENDIAN_LITTLE
 Platform endian. More...
 
#define ALIGN(Bytes)    __declspec(align(Bytes))
 Align stuct. More...
 
#define __FUNC__   __FUNCSIG__
 Get current function signature. More...
 
#define FORCE_INLINE   __forceinline
 Force compiler to inline function. More...
 

Macro Definition Documentation

#define __FUNC__   __FUNCSIG__

Get current function signature.

#define _WIN32_WINNT   0x0500
#define ALIGN (   Bytes)    __declspec(align(Bytes))

Align stuct.

#define ENDIAN   ENDIAN_LITTLE

Platform endian.

#define FORCE_INLINE   __forceinline

Force compiler to inline function.

#define WINVER   0x0500