Update of /cvsroot/htoolkit/port/src/cbits/Win32
In directory sc8-pr-cvs1:/tmp/cvs-serv28341/src/cbits/Win32
Modified Files:
Util.c
Log Message:
Make gActiveObjects, gDocumentInterface and gAppName variables common to Win32 and GTK
Index: Util.c
===================================================================
RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Util.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Util.c 10 Feb 2003 22:42:10 -0000 1.3
--- Util.c 3 Mar 2003 00:21:51 -0000 1.4
***************
*** 8,16 ****
HMODULE ghModule = NULL;
HFONT ghControlFont = NULL;
- int gDocumentInterface;
HWND ghWndFrame;
HWND ghWndClient;
! DWORD gActiveObjects;
! LPCSTR gAppName;
void *rmalloc (DWORD bytes)
--- 8,16 ----
HMODULE ghModule = NULL;
HFONT ghControlFont = NULL;
HWND ghWndFrame;
HWND ghWndClient;
! int gActiveObjects;
! int gDocumentInterface;
! char *gAppName;
void *rmalloc (DWORD bytes)
|