Patrik Stridvall bc38d6bfde - Made sure that the files that contains the declarations
of the implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
2001-07-20 18:00:00 +00:00

11 lines
248 B
C

#ifndef __WINE_WINE_SHELL16_H
#define __WINE_WINE_SHELL16_H
#include "wine/windef16.h"
BOOL16 WINAPI AboutDlgProc16(HWND16,UINT16,WPARAM16,LPARAM);
BOOL WINAPI AboutDlgProc(HWND,UINT,WPARAM,LPARAM);
#endif /* __WINE_WINE_SHELL16_H */