repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some difficulties with the font on vertical tabs. Also plugged a
[wine.git]
/
include
/
wine
/
shell16.h
blob
e28193b08ad7159c6f3bbe274af2babe829131f0
1
#ifndef __WINE_WINE_SHELL16_H
2
#define __WINE_WINE_SHELL16_H
3
4
#include
"windef.h"
5
6
BOOL16 WINAPI
AboutDlgProc16
(
HWND16
,
UINT16
,
WPARAM16
,
LPARAM
);
7
BOOL WINAPI
AboutDlgProc
(
HWND
,
UINT
,
WPARAM
,
LPARAM
);
8
9
10
#endif
/* __WINE_WINE_SHELL16_H */