Changeset 422
- Timestamp:
- May 7, 2015, 3:38:10 AM (8 years ago)
- Location:
- trunk/Utilities/AtlTrace
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/AtlTrace/AtlTrace.cpp
r57 r422 84 84 int _tmain(int argc, _TCHAR* argv[]) 85 85 { 86 // NOTE: See better implementation at 87 // http://www.alax.info/trac/public/browser/trunk/Utilities/Miscellaneous/AtlReleaseTrace 88 86 89 ATLTRACE("First: %d\n", __LINE__); 87 90 ATLTRACE(L"Second: %d\n", __LINE__);
Note: See TracChangeset
for help on using the changeset viewer.