2002-10-04 "KJK::Hyperion" <noog@libero.it>

*include/windef.h (WPARAM): Update typedef.
	(LPARAM): Ditto.
	(LRESULT): Ditto.
This commit is contained in:
Danny Smith 2002-10-04 04:25:00 +00:00
parent 6930d6cdd0
commit d905b7d0ce
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2002-10-04 "KJK::Hyperion" <noog@libero.it>
*include/windef.h (WPARAM): Update typedef.
(LPARAM): Ditto.
(LRESULT): Ditto.
2002-10-04 "KJK::Hyperion" <noog@libero.it>
* include/shlobj.h (CSIDL_*): Add defines.

View File

@ -245,9 +245,9 @@ typedef unsigned int UINT,*PUINT,*LPUINT;
#include <winnt.h>
typedef UINT WPARAM;
typedef LONG LPARAM;
typedef LONG LRESULT;
typedef UINT_PTR WPARAM;
typedef LONG_PTR LPARAM;
typedef LONG_PTR LRESULT;
#ifndef _HRESULT_DEFINED
typedef LONG HRESULT;
#define _HRESULT_DEFINED