Changeset 1533 for trunk/dll/systemf.c


Ignore:
Timestamp:
May 30, 2010, 7:34:46 PM (15 years ago)
Author:
Gregg Young
Message:

Fixed possible loss of precision compiler warnings by casting the variables in question.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/systemf.c

    r1505 r1533  
    11971197      sdata.Environment = (PBYTE)pszEnvironment;
    11981198      sdata.InheritOpt = SSF_INHERTOPT_PARENT;
    1199       sdata.SessionType = ulAppType;
     1199      sdata.SessionType = (USHORT) ulAppType;
    12001200      sdata.ObjectBuffer = szObject;
    12011201      sdata.ObjectBuffLen = sizeof(szObject);
Note: See TracChangeset for help on using the changeset viewer.