Changeset 326


Ignore:
Timestamp:
Jul 23, 2006, 5:25:41 AM (19 years ago)
Author:
root
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/sysinfo.c

    r114 r326  
    77
    88  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
    1415
    1516***********************************************************************/
     
    1718#define INCL_DOS
    1819#define INCL_WIN
    19 
    2020#include <os2.h>
     21
    2122#include <stdlib.h>
    2223#include <stdio.h>
    2324#include <string.h>
     25
    2426#include "fm3dll.h"
    2527#include "fm3dlg.h"
     
    2931
    3032
    31 VOID RunRmview (VOID *arg) {
    32 
     33VOID RunRmview (VOID *arg)
     34{
    3335  HWND  hwnd = (HWND)arg;
    3436  CHAR  s[2048],*p;
     
    102104MRESULT EXPENTRY SysInfoDlgProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2)
    103105{
    104 
    105106  static HWND     me = (HWND)0;
    106107  static LONG     ypos = 0;
Note: See TracChangeset for help on using the changeset viewer.