From e912efded474592eff3898ed8c54cc7c909a87df Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Mon, 17 Nov 2008 13:03:54 +0000 Subject: [PATCH] - Remove deprecated header cruft svn path=/trunk/; revision=37398 --- reactos/dll/win32/user32/include/controls.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/reactos/dll/win32/user32/include/controls.h b/reactos/dll/win32/user32/include/controls.h index fb7499f7390..e001d754812 100644 --- a/reactos/dll/win32/user32/include/controls.h +++ b/reactos/dll/win32/user32/include/controls.h @@ -10,16 +10,6 @@ #define WM_ISACTIVEICON 0x0035 #endif -#ifndef __USE_W32API -#if defined(STRICT) -typedef INT (CALLBACK *EDITWORDBREAKPROCA)(LPSTR,INT,INT,INT); -typedef INT (CALLBACK *EDITWORDBREAKPROCW)(LPWSTR,INT,INT,INT); -#else -typedef FARPROC EDITWORDBREAKPROCA; -typedef FARPROC EDITWORDBREAKPROCW; -#endif -#endif - #ifndef HBMMENU_CALLBACK #define HBMMENU_CALLBACK ((HBITMAP) -1) #endif