comparison os2/dw.c @ 1405:b7aaf06e9367

Fixed location of _System for PMPrintf causing issues with watcom.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 29 Nov 2011 21:04:46 +0000
parents 56f311dc23f6
children 2f10480d2c8a
comparison
equal deleted inserted replaced
1404:56f311dc23f6 1405:b7aaf06e9367
55 void _handle_splitbar_resize(HWND hwnd, float percent, int type, int x, int y); 55 void _handle_splitbar_resize(HWND hwnd, float percent, int type, int x, int y);
56 int _load_bitmap_file(char *file, HWND handle, HBITMAP *hbm, HDC *hdc, HPS *hps, unsigned long *width, unsigned long *height); 56 int _load_bitmap_file(char *file, HWND handle, HBITMAP *hbm, HDC *hdc, HPS *hps, unsigned long *width, unsigned long *height);
57 void _dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad, char *functionname); 57 void _dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad, char *functionname);
58 void _dw_box_pack_end(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad, char *functionname); 58 void _dw_box_pack_end(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad, char *functionname);
59 void _free_menu_data(HWND menu); 59 void _free_menu_data(HWND menu);
60 ULONG (* _System _PmPrintfString)(char *String) = 0; 60 ULONG (_System * _PmPrintfString)(char *String) = 0;
61 61
62 char ClassName[] = "dynamicwindows"; 62 char ClassName[] = "dynamicwindows";
63 char SplitbarClassName[] = "dwsplitbar"; 63 char SplitbarClassName[] = "dwsplitbar";
64 char ScrollClassName[] = "dwscroll"; 64 char ScrollClassName[] = "dwscroll";
65 char *DefaultFont = "9.WarpSans"; 65 char *DefaultFont = "9.WarpSans";