mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- Remove deprecated header cruft
svn path=/trunk/; revision=37398
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user