Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/windef.h')
-rw-r--r--winsup/w32api/include/windef.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/include/windef.h b/winsup/w32api/include/windef.h
index f4de5cadb..55551041d 100644
--- a/winsup/w32api/include/windef.h
+++ b/winsup/w32api/include/windef.h
@@ -200,9 +200,9 @@ DECLARE_HANDLE(HKL);
typedef int HFILE;
typedef HICON HCURSOR;
typedef DWORD COLORREF;
-typedef int (WINAPI *FARPROC)();
-typedef int (WINAPI *NEARPROC)();
-typedef int (WINAPI *PROC)();
+typedef int (WINAPI *FARPROC)(void);
+typedef int (WINAPI *NEARPROC)(void);
+typedef int (WINAPI *PROC)(void);
typedef struct tagRECT {
LONG left;
LONG top;