Changeset 293 for trunk/dll/error.c
- Timestamp:
- Jun 27, 2006, 2:14:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/error.c
r258 r293 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2004, 200 5Steven H. Levine9 Copyright (c) 2004, 2006 Steven H. Levine 10 10 11 11 12 Aug 04 SHL Comments … … 191 191 static APIRET showMsg(ULONG mb_type, HWND hwnd, CHAR *pszTitle, CHAR *pszMsg) 192 192 { 193 194 195 193 if ((mb_type & (MB_YESNO | MB_YESNOCANCEL)) == 0) 196 194 {
Note:
See TracChangeset
for help on using the changeset viewer.