Changeset 326
- Timestamp:
- Jul 23, 2006, 5:25:41 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/sysinfo.c
r114 r326 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2002, 2004 Steven H.Levine 10 11 Revisions 16 Oct 02 SHL - Baseline 12 08 Feb 03 SHL - Enable display 13 01 Aug 04 SHL - RunRmview: avoid buffer overflow 9 Copyright (c) 2002, 2006 Steven H.Levine 10 11 16 Oct 02 SHL Baseline 12 08 Feb 03 SHL Enable display 13 01 Aug 04 SHL RunRmview: avoid buffer overflow 14 22 Jul 06 SHL Comments 14 15 15 16 ***********************************************************************/ … … 17 18 #define INCL_DOS 18 19 #define INCL_WIN 19 20 20 #include <os2.h> 21 21 22 #include <stdlib.h> 22 23 #include <stdio.h> 23 24 #include <string.h> 25 24 26 #include "fm3dll.h" 25 27 #include "fm3dlg.h" … … 29 31 30 32 31 VOID RunRmview (VOID *arg) {32 33 VOID RunRmview (VOID *arg) 34 { 33 35 HWND hwnd = (HWND)arg; 34 36 CHAR s[2048],*p; … … 102 104 MRESULT EXPENTRY SysInfoDlgProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2) 103 105 { 104 105 106 static HWND me = (HWND)0; 106 107 static LONG ypos = 0;
Note:
See TracChangeset
for help on using the changeset viewer.