Changeset 22
- Timestamp:
- 09/17/06 15:54:31 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/zorg/src/sample.cpp
r21 r22 38 38 39 39 #include <mpcdec/mpcdec.h> 40 41 #ifdef WIN32 42 #include <crtdbg.h> 43 #endif 40 44 41 45 /* … … 327 331 mpc_decoder_destroy(&decoder); 328 332 333 #ifdef WIN32 334 assert(_CrtCheckMemory()); 335 _CrtDumpMemoryLeaks(); 336 #endif 337 329 338 return 0; 330 339 }
Note: See TracChangeset
for help on using the changeset viewer.