X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3656eefc89abedde388adf8aad72f4f0c107db58..da8b1d4b3b535aba94d04494f5b6e2b3e47901ee:/include/wx/msw/wrapwin.h?ds=inline diff --git a/include/wx/msw/wrapwin.h b/include/wx/msw/wrapwin.h index f6e1a0f8a4..52347d1504 100644 --- a/include/wx/msw/wrapwin.h +++ b/include/wx/msw/wrapwin.h @@ -72,10 +72,10 @@ // #undef the macros defined in winsows.h which conflict with code elsewhere #include "wx/msw/winundef.h" -// Types DWORD_PTR, ULONG_PTR and so on are used for 64-bit compatability +// Types DWORD_PTR, ULONG_PTR and so on are used for 64-bit compatability // in the WINAPI SDK (they are an integral type that is the size of a -// pointer) on MSVC 7 and later. However, they are not available in older -// Platform SDKs, and since they are typedefs and not #defines we simply +// pointer) on MSVC 7 and later. However, they are not available in older +// Platform SDKs, and since they are typedefs and not #defines we simply // overwrite them if there is a chance that they're not defined #if (!defined(_MSC_VER) || (_MSC_VER < 1300)) && !defined(__WIN64__) #define UINT_PTR unsigned int