diff dw.h @ 507:c607eb385e58

Added missing calling conventions. Thanks Bastian for pointing this out.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 22 Jan 2004 18:51:49 +0000
parents f3ed8dda02f8
children 078a40ba2e41
line wrap: on
line diff
--- a/dw.h	Wed Jan 21 06:31:41 2004 +0000
+++ b/dw.h	Thu Jan 22 18:51:49 2004 +0000
@@ -1009,8 +1009,8 @@
 void API dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, unsigned long icon);
 void API dw_filesystem_change_item(HWND handle, int column, int row, void *data);
 void API dw_filesystem_change_file(HWND handle, int row, char *filename, unsigned long icon);
-void dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
-void dw_taskbar_delete(HWND handle, unsigned long icon);
+void API dw_taskbar_insert(HWND handle, unsigned long icon, char *bubbletext);
+void API dw_taskbar_delete(HWND handle, unsigned long icon);
 int API dw_screen_width(void);
 int API dw_screen_height(void);
 unsigned long API dw_color_depth(void);