docs: Fix simple typo, plaform -> platform

There is a small typo in windows/_rc2bin/winapi.hpp, windows/winapi.hpp.

Should read `platform` rather than `plaform`.
This commit is contained in:
Tim Gates 2020-09-30 07:05:44 +10:00
parent 34d1d0ac48
commit ce8c2dc22c
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
// get Windows version right; right now Windows Vista // get Windows version right; right now Windows Vista
// unless otherwise stated, all values from Microsoft's sdkddkver.h // unless otherwise stated, all values from Microsoft's sdkddkver.h
// TODO is all of this necessary? how is NTDDI_VERSION used? // TODO is all of this necessary? how is NTDDI_VERSION used?
// TODO plaform update sp2 // TODO platform update sp2
#define WINVER 0x0600 /* from Microsoft's winnls.h */ #define WINVER 0x0600 /* from Microsoft's winnls.h */
#define _WIN32_WINNT 0x0600 #define _WIN32_WINNT 0x0600
#define _WIN32_WINDOWS 0x0600 /* from Microsoft's pdh.h */ #define _WIN32_WINDOWS 0x0600 /* from Microsoft's pdh.h */

View File

@ -16,7 +16,7 @@
// get Windows version right; right now Windows Vista // get Windows version right; right now Windows Vista
// unless otherwise stated, all values from Microsoft's sdkddkver.h // unless otherwise stated, all values from Microsoft's sdkddkver.h
// TODO is all of this necessary? how is NTDDI_VERSION used? // TODO is all of this necessary? how is NTDDI_VERSION used?
// TODO plaform update sp2 // TODO platform update sp2
#define WINVER 0x0600 /* from Microsoft's winnls.h */ #define WINVER 0x0600 /* from Microsoft's winnls.h */
#define _WIN32_WINNT 0x0600 #define _WIN32_WINNT 0x0600
#define _WIN32_WINDOWS 0x0600 /* from Microsoft's pdh.h */ #define _WIN32_WINDOWS 0x0600 /* from Microsoft's pdh.h */