diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-12 14:49:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-12 14:49:03 (GMT) |
commit | 031f6022c42532037e11158a4b646bb93931b435 (patch) | |
tree | 643c9efc424efb5ddf450c9e8ccef0016783dd7d /win/tkWinIco.c | |
parent | ee3ae55bac759d265eec2e41e17864f1486d073f (diff) | |
download | tk-031f6022c42532037e11158a4b646bb93931b435.zip tk-031f6022c42532037e11158a4b646bb93931b435.tar.gz tk-031f6022c42532037e11158a4b646bb93931b435.tar.bz2 |
More clean-ups (mainly for C++ compatibility)
Diffstat (limited to 'win/tkWinIco.c')
-rw-r--r-- | win/tkWinIco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinIco.c b/win/tkWinIco.c index 8980066..f1737d1 100644 --- a/win/tkWinIco.c +++ b/win/tkWinIco.c @@ -27,7 +27,7 @@ *---------------------------------------------------------------------- */ -WORD +static WORD DIBNumColors( LPSTR lpbi) { |