Ignore:
Timestamp:
May 7, 2015, 3:38:10 AM (9 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/AtlTrace
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/AtlTrace/AtlTrace.cpp

    r57 r422  
    8484int _tmain(int argc, _TCHAR* argv[])
    8585{
     86        // NOTE: See better implementation at
     87        //       http://www.alax.info/trac/public/browser/trunk/Utilities/Miscellaneous/AtlReleaseTrace
     88
    8689        ATLTRACE("First: %d\n", __LINE__);
    8790        ATLTRACE(L"Second: %d\n", __LINE__);
Note: See TracChangeset for help on using the changeset viewer.