Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
612 B

  1. #include "stdafx.h"
  2. #include "trapreg.h"
  3. #include "lcsource.h"
  4. #include "lcevents.h"
  5. CTrapReg g_reg;
  6. // The default value for the comma separator is a comma. This is replaced by the
  7. // thousands separator generated by GetNumberFormat.
  8. TCHAR g_chThousandSep = _T(',');
  9. // An array of boolean value to indicate whether the columns of the source and events list controls
  10. // should be sorted in ascending or descending order.
  11. BOOL g_abLcSourceSortAscending[ICOL_LcSource_MAX] = {TRUE, TRUE, TRUE, TRUE};
  12. BOOL g_abLcEventsSortAscending[ICOL_LcEvents_MAX] = {TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE};