Changeset 1840 for trunk/dll/misc.h


Ignore:
Timestamp:
Aug 12, 2015, 7:06:11 AM (10 years ago)
Author:
Steven Levine
Message:

Expose GetTidForThread and use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.h

    r1444 r1840  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2008, 2009 Steven H. Levine
     9  Copyright (c) 2008, 2015 Steven H. Levine
    1010
    1111  17 Jul 08 SHL Baseline
     
    1313  22 Jul 09 GKY Check if drives support EAs add driveflag for this
    1414  22 Jul 09 GKY Allow .LONGNAME to be displayed for FAT drives.
     15  09 Aug 15 SHL Expose GetTidForThread
    1516
    1617***********************************************************************/
     
    2526#include "dircnrs.h"            // typedef for DETAILS_SETTINGS
    2627
     28UINT GetTidForThread(VOID);
     29
    2730#ifdef FORTIFY
    28 INT GetTidForThread(VOID);
    29 INT GetTidForWindow(HWND hwnd);
     31UINT GetTidForWindow(HWND hwnd);
    3032#endif
    3133
Note: See TracChangeset for help on using the changeset viewer.