Wed, 03 Apr 2013 01:25:40 +0200
MXit: Refactor dump_bytes() not to use a C99-style variable length array.
* Removes warning when compiling for InstantBird:
protocol.c:103:1: warning: ISO C90 forbids variable length array ‘request’ [-Wvla]
* Characters > 0x7E should also be treated as non-printable.
| 14743 | 1 | #ifndef _MINIMIZE_TO_TRAY_H_ |
| 2 | #define _MINIMIZE_TO_TRAY_H_ | |
| 3 | ||
| 4 | void MinimizeWndToTray(HWND hWnd); | |
| 5 | void RestoreWndFromTray(HWND hWnd); | |
| 6 | ||
| 7 | #endif /* _MINIMIZE_TO_TRAY_H_ */ |