mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-22 08:46:17 +08:00
* include/windef.h (FARPROC,NEARPROC,PROC): Remove
void parameter.
This commit is contained in:
parent
d15293f894
commit
21d349adfc
@ -200,9 +200,9 @@ DECLARE_HANDLE(HKL);
|
|||||||
typedef int HFILE;
|
typedef int HFILE;
|
||||||
typedef HICON HCURSOR;
|
typedef HICON HCURSOR;
|
||||||
typedef DWORD COLORREF;
|
typedef DWORD COLORREF;
|
||||||
typedef int (WINAPI *FARPROC)(void);
|
typedef int (WINAPI *FARPROC)();
|
||||||
typedef int (WINAPI *NEARPROC)(void);
|
typedef int (WINAPI *NEARPROC)();
|
||||||
typedef int (WINAPI *PROC)(void);
|
typedef int (WINAPI *PROC)();
|
||||||
typedef struct tagRECT {
|
typedef struct tagRECT {
|
||||||
LONG left;
|
LONG left;
|
||||||
LONG top;
|
LONG top;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user