Diff for /np2/wince/np2.cpp between versions 1.5 and 1.7

version 1.5, 2003/12/05 19:42:03 version 1.7, 2003/12/06 13:57:32
Line 232  LRESULT CALLBACK WndProc(HWND hWnd, UINT Line 232  LRESULT CALLBACK WndProc(HWND hWnd, UINT
   
 #if !defined(GX_DLL)  #if !defined(GX_DLL)
                 case WM_MOVE:                  case WM_MOVE:
   #if !defined(_WIN32_WCE)
                         if (!(GetWindowLong(hWnd, GWL_STYLE) &                          if (!(GetWindowLong(hWnd, GWL_STYLE) &
                                                                                         (WS_MAXIMIZE | WS_MINIMIZE))) {                                                                                          (WS_MAXIMIZE | WS_MINIMIZE)))
   #endif
                           {
                                   RECT rc;
                                 GetWindowRect(hWnd, &rc);                                  GetWindowRect(hWnd, &rc);
                                 np2oscfg.winx = rc.left;                                  np2oscfg.winx = rc.left;
                                 np2oscfg.winy = rc.top;                                  np2oscfg.winy = rc.top;

Removed from v.1.5  
changed lines
  Added in v.1.7


RetroPC.NET-CVS <cvs@retropc.net>