projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Mad the include files idempotent using a consistent macro naming
[wine]
/
include
/
wine
/
shell16.h
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 */