2002-10-04 "KJK::Hyperion" <noog@libero.it>
*include/windef.h (WPARAM): Update typedef. (LPARAM): Ditto. (LRESULT): Ditto.
This commit is contained in:
parent
6930d6cdd0
commit
d905b7d0ce
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue