diff dw.h @ 175:d78d08440246

Use _System/_stdcall for callbacks.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 01 Dec 2002 13:24:17 +0000
parents 75bf3051235f
children e3dd5c765775
line wrap: on
line diff
--- a/dw.h	Sun Dec 01 12:59:24 2002 +0000
+++ b/dw.h	Sun Dec 01 13:24:17 2002 +0000
@@ -619,6 +619,8 @@
 #define API
 #endif
 
+#define DWSIGNAL API
+
 /* Public function prototypes */
 void API dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
 void API dw_box_pack_end(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);