![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <Windows.h>
Go to the source code of this file.
Classes | |
struct | Divide::WindowHandle |
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
Macros | |
#define | DVD_PLATFORM_DEFINES_WINDOWS_H_ |
#define | NOGDI |
#define | _CRT_SECURE_NO_WARNINGS |
#define | _SCL_SECURE 0 |
#define | WIN32_LEAN_AND_MEAN 1 |
Reduce Build time on Windows Platform. | |
#define | VC_EXTRALEAN |
#define | NOMINMAX |
#define | _RESTRICT_ __restrict |
#define | NOINITVTABLE __declspec(novtable) |
#define | FORCE_INLINE __forceinline |
#define | NO_INLINE __declspec(noinline) |
#define | WIN32 |
#define | strncasecmp _strnicmp |
#define | strcasecmp _stricmp |
Functions | |
LRESULT | DlgProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) noexcept |
#define _CRT_SECURE_NO_WARNINGS |
Definition at line 40 of file PlatformDefinesWindows.h.
#define _RESTRICT_ __restrict |
Definition at line 61 of file PlatformDefinesWindows.h.
#define _SCL_SECURE 0 |
Definition at line 44 of file PlatformDefinesWindows.h.
#define DVD_PLATFORM_DEFINES_WINDOWS_H_ |
Definition at line 35 of file PlatformDefinesWindows.h.
#define FORCE_INLINE __forceinline |
Definition at line 69 of file PlatformDefinesWindows.h.
#define NO_INLINE __declspec(noinline) |
Definition at line 73 of file PlatformDefinesWindows.h.
#define NOGDI |
Definition at line 37 of file PlatformDefinesWindows.h.
#define NOINITVTABLE __declspec(novtable) |
Definition at line 65 of file PlatformDefinesWindows.h.
#define NOMINMAX |
Definition at line 57 of file PlatformDefinesWindows.h.
#define strcasecmp _stricmp |
Definition at line 90 of file PlatformDefinesWindows.h.
#define strncasecmp _strnicmp |
Definition at line 89 of file PlatformDefinesWindows.h.
#define VC_EXTRALEAN |
Definition at line 53 of file PlatformDefinesWindows.h.
#define WIN32 |
Definition at line 86 of file PlatformDefinesWindows.h.
#define WIN32_LEAN_AND_MEAN 1 |
Reduce Build time on Windows Platform.
Definition at line 49 of file PlatformDefinesWindows.h.
|
noexcept |