Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

stdafx.h

Go to the documentation of this file.
00001 #pragma once
00002 
00027 #ifndef __STDAFX_H__
00028 #define __STDAFX_H__
00029 
00030 // COMPILE SETTINGS
00031 #include "include.h"
00032 
00033 // MEMORY LEAKS DETECTION
00034 #ifdef MEMORY_LEAKS
00035 #define _CRTDBG_MAP_ALLOC
00036 #include <stdlib.h>
00037 #include <crtdbg.h>
00038 #endif
00039 
00040 // WINDOWS INCLUDES
00041 #ifdef WINDOWS
00042 #include <windows.h>
00043 #endif // WINDOWS
00044 
00045 // INCLUDES
00046 #include <iostream>
00047 #include <exception>
00048 #include <stdexcept>
00049 #include <string>
00050 #include <sstream>
00051 #include <strstream>
00052 #include <iomanip>
00053 #include <cctype>
00054 #include <fstream>
00055 #include <list>
00056 #include <ctime>
00057 #include <limits>
00058 
00059 #endif // __STDAFX_H__

doxygen sourceforge id3lib