80. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/12/2018 10:18:31 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

80.1 Files compared

# Location File Last Modified
1 MSSRe Build 4.zip\Applications\OncoTrax-E40 stdafx.h Tue Apr 10 19:43:41 2018 UTC
2 MSSRe Build 4.zip\Applications\OncoTrax-E40 stdafx.h Wed Apr 11 17:42:20 2018 UTC

80.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 82
Changed 1 2
Inserted 0 0
Removed 0 0

80.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

80.4 Active regular expressions

No regular expressions were active.

80.5 Comparison detail

  1   /********* ********** ********** ********** ********** ********** ********** ********** /
  2   /*  Packag e:      ON C – Oncolo gy                                                   * /
  3   /*  Date C reated: Ju l 26,2004                                                       * /
  4   /*  Site N ame:    Hi nes OIFO                                                        * /
  5   /*    Developers    Sergey Gav rilov  PII                                             */
  6   /*  Descri ption:  In clude file  for stand ard system  include f iles or pr oject    * /
  7   /*                 sp ecific inc lude files  that are  used frequ ently, but  are     * /
  8   /*                                   change d infreque ntly                                             */
  9   /********* ********** ********** ********** ********** ********** ********** ********** /
  10  
  11   #pragma on ce
  12  
  13   #define WI N32_LEAN_A ND_MEAN               // Exclude  rarely-us ed stuff f rom Window s headers
  14   #define EE WINDOWS
  15   #define EE _USEDLL32
  16  
  17   #ifdef _DE BUG
  18   #define CR TDBG_MAP_A LLOC
  19   #endif
  20  
  21   #include < stdlib.h>
  22  
  23   #ifdef _DE BUG
  24   #include < crtdbg.h>
  25   #endif
  26  
  27   #include < fcntl.h>
  28   #include < io.h>
  29   #include < stdarg.h>
  30   #include < stdio.h>
  31   #include < string.h>
  32   #include < sys/types. h>
  33   #include < sys/stat.h >
  34   #include < tchar.h>
  35  
  36   #include < string>
  37  
  38   #include " expat.h"
  39   #include " csapi.h"
  40   #include " EDITCAPI.h "
  41  
  42   using name space std;