Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Fix copy-paste error in code comment #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cppwin32/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ WIN32_EXPORT namespace win32
// TODO: Hook this up to a real version
#define CPPWIN32_VERSION "0.0.0.1"

// WINRT_version is used by Microsoft to analyze C++/WinRT library adoption and inform future product decisions.
// WIN32_version is used by Microsoft to analyze C++/Win32 library adoption and inform future product decisions.
extern "C"
__declspec(selectany)
char const* const WIN32_version = "C++/Win32 version:" CPPWIN32_VERSION;
Expand Down