mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
- Remove deprecated header cruft
svn path=/trunk/; revision=37398
This commit is contained in:
parent
29a0430cdd
commit
e912efded4
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue