Changes from branches/zorg/src/sample.cpp at r24 to trunk/src/sample.cpp at r6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sample.cpp
r24 r6 38 38 39 39 #include <mpcdec/mpcdec.h> 40 41 #ifdef WIN3242 #include <crtdbg.h>43 #endif44 40 45 41 /* … … 329 325 } 330 326 331 mpc_decoder_destroy(&decoder);332 #ifdef WIN32333 assert(_CrtCheckMemory());334 _CrtDumpMemoryLeaks();335 #endif336 337 327 return 0; 338 328 }
Note: See TracChangeset
for help on using the changeset viewer.