summaryrefslogtreecommitdiffstats
path: root/win/tkWinIco.h
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2020-11-16 15:17:17 (GMT)
committerKevin Walzer <kw@codebykevin.com>2020-11-16 15:17:17 (GMT)
commitfc4c87a874982928330fbb27f9b67caa5e3e0aff (patch)
treedf67e07a52f412ecd83b3902a6be8b149f53d2e9 /win/tkWinIco.h
parentfa771129aae950bb9e9278cbeec1cbf084322a1b (diff)
downloadtk-fc4c87a874982928330fbb27f9b67caa5e3e0aff.zip
tk-fc4c87a874982928330fbb27f9b67caa5e3e0aff.tar.gz
tk-fc4c87a874982928330fbb27f9b67caa5e3e0aff.tar.bz2
Remove compiler errors
Diffstat (limited to 'win/tkWinIco.h')
-rw-r--r--win/tkWinIco.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/tkWinIco.h b/win/tkWinIco.h
index 3ef9da8..a3bf509 100644
--- a/win/tkWinIco.h
+++ b/win/tkWinIco.h
@@ -84,9 +84,9 @@ typedef struct {
* The following are implemented in tkWinIco.c and also used in tkWinWm.c and tkWinSysTray.c.
*/
-MODULE_SCOPE DWORD BytesPerLine(LPBITMAPINFOHEADER lpBMIH);
-MODULE_SCOPE LPSTR FindDIBBits(LPSTR lpbi);
-MODULE_SCOPE HICON CreateIcoFromPhoto(int width, int height,
+DWORD BytesPerLine(LPBITMAPINFOHEADER lpBMIH);
+LPSTR FindDIBBits(LPSTR lpbi);
+HICON CreateIcoFromPhoto(int width, int height,
Tk_PhotoImageBlock block);