Sweden-Number/include/wine/shell16.h

9 lines
187 B
C
Raw Normal View History

1999-02-09 16:46:25 +01:00
#ifndef _SHELL16_H
#define _SHELL16_H
BOOL16 WINAPI AboutDlgProc16(HWND16,UINT16,WPARAM16,LPARAM);
BOOL WINAPI AboutDlgProc(HWND,UINT,WPARAM,LPARAM);
1999-02-09 16:46:25 +01:00
#endif /* _SHELL16_H */