34#ifndef DVD_PLATFORM_DEFINES_WINDOWS_H_
35#define DVD_PLATFORM_DEFINES_WINDOWS_H_
39#ifndef _CRT_SECURE_NO_WARNINGS
40#define _CRT_SECURE_NO_WARNINGS
48#ifndef WIN32_LEAN_AND_MEAN
49#define WIN32_LEAN_AND_MEAN 1
61#define _RESTRICT_ __restrict
65#define NOINITVTABLE __declspec(novtable)
69#define FORCE_INLINE __forceinline
73#define NO_INLINE __declspec(noinline)
89#define strncasecmp _strnicmp
90#define strcasecmp _stricmp
92LRESULT
DlgProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
noexcept;
Handle console commands that start with a forward slash.