changeset 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 1d07d7ff07b9
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Tue Nov 29 15:25:41 2011 +0000
+++ b/os2/dw.c	Tue Nov 29 21:04:46 2011 +0000
@@ -57,7 +57,7 @@
 void _dw_box_pack_start(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad, char *functionname);
 void _dw_box_pack_end(HWND box, HWND item, int width, int height, int hsize, int vsize, int pad, char *functionname);
 void _free_menu_data(HWND menu);
-ULONG (* _System _PmPrintfString)(char *String) = 0;
+ULONG (_System * _PmPrintfString)(char *String) = 0;
 
 char ClassName[] = "dynamicwindows";
 char SplitbarClassName[] = "dwsplitbar";