|
|
| version 1.6, 2003/12/05 23:46:06 | 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; | RECT rc; |
| GetWindowRect(hWnd, &rc); | GetWindowRect(hWnd, &rc); |
| np2oscfg.winx = rc.left; | np2oscfg.winx = rc.left; |