comparison 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
comparison
equal deleted inserted replaced
174:75bf3051235f 175:d78d08440246
616 #endif 616 #endif
617 617
618 #ifndef API 618 #ifndef API
619 #define API 619 #define API
620 #endif 620 #endif
621
622 #define DWSIGNAL API
621 623
622 /* Public function prototypes */ 624 /* Public function prototypes */
623 void API dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad); 625 void API dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
624 void API dw_box_pack_end(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad); 626 void API dw_box_pack_end(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad);
625 #if !defined(__OS2__) && !defined(__WIN32__) && !defined(__EMX__) 627 #if !defined(__OS2__) && !defined(__WIN32__) && !defined(__EMX__)