diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-05 19:07:46 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-04-05 19:07:46 +0300 |
commit | 9395431a6fe57538cb6e7d9900a37e8d737bc80e (patch) | |
tree | 9dd3000c978d112560bd3643533ad5ef46d8ad05 /headers.h | |
parent | 472467fdf175d80958812fcc0023b93c8bd17e02 (diff) |
dos2unix string termination
Diffstat (limited to 'headers.h')
-rw-r--r-- | headers.h | 60 |
1 files changed, 30 insertions, 30 deletions
@@ -1,30 +1,30 @@ -#include <windows.h>
-#include <stdio.h>
-#include <commctrl.h>
-#include <malloc.h>
-#include <time.h>
-#include <string>
-#include <sstream>
-//#include <boost/scoped_array.hpp>
-#include <newpluginapi.h>
-#include <m_database.h>
-#include <m_protosvc.h>
-#include <m_options.h>
-#include <m_utils.h>
-#include <m_langpack.h>
-#include <m_clistint.h>
-#include <m_skin.h>
-#include <m_button.h>
-//#define VARIABLES_NOHELPER
-#include <m_variables.h>
-
-
-#include "globals.h"
-#include "stopspam.h"
-#include "options.h"
-#include "eventhooker.h"
-#include "version.h"
-#include "resource.h"
-#include "utilities.h"
-
-#include <m_dos.h>
+#include <windows.h> +#include <stdio.h> +#include <commctrl.h> +#include <malloc.h> +#include <time.h> +#include <string> +#include <sstream> +//#include <boost/scoped_array.hpp> +#include <newpluginapi.h> +#include <m_database.h> +#include <m_protosvc.h> +#include <m_options.h> +#include <m_utils.h> +#include <m_langpack.h> +#include <m_clistint.h> +#include <m_skin.h> +#include <m_button.h> +//#define VARIABLES_NOHELPER +#include <m_variables.h> + + +#include "globals.h" +#include "stopspam.h" +#include "options.h" +#include "eventhooker.h" +#include "version.h" +#include "resource.h" +#include "utilities.h" + +#include <m_dos.h> |