From: <kr_...@us...> - 2004-05-07 10:20:36
|
Update of /cvsroot/htoolkit/port/src/cbits/Win32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25455/src/cbits/Win32 Modified Files: Internals.h Log Message: Make compatible with the latest mingw32 Index: Internals.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/cbits/Win32/Internals.h,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** Internals.h 25 Nov 2003 14:12:22 -0000 1.17 --- Internals.h 7 May 2004 10:20:26 -0000 1.18 *************** *** 6,16 **** #include "MenuHandlesMap.h" - #ifndef NCCALCSIZE_PARAMS - typedef struct tagNCCALCSIZE_PARAMS { - RECT rgrc[3]; - PWINDOWPOS lppos; - } NCCALCSIZE_PARAMS, *LPNCCALCSIZE_PARAMS; - #endif - extern BOOL gInKey; extern int gCurChar; --- 6,9 ---- *************** *** 37,41 **** LPSTR lpszAppVersion; MenuHandlesMap *pMenuHandlesMap; ! HWND hLeftBar, hTopBar, hRightBar, hBottomBar; HWND hStatusBar; --- 30,34 ---- LPSTR lpszAppVersion; MenuHandlesMap *pMenuHandlesMap; ! HWND hLeftBar, hTopBar, hRightBar, hBottomBar; HWND hStatusBar; *************** *** 64,67 **** --- 57,63 ---- SIZE MinTrackSize; + + int windowPos; + RECT windowPosRect; } WindowData; |