Removes precompiled headers (#3702)

Resolves #3700
Resolves #3699
This commit is contained in:
Erki
2017-10-18 15:24:37 -05:00
committed by Lohikar
parent 09c2824a73
commit 74d67e977b
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -15,7 +15,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "stdafx.h"
#include <curl\curl.h>
#define EXTERN_DLL_EXPORT extern "C" __declspec(dllexport)
+1 -2
View File
@@ -19,7 +19,6 @@
#define EXTERN_DLL_EXPORT extern "C" __declspec(dllexport)
#include "stdafx.h"
#include <fstream>
#include "boost/asio.hpp"
@@ -67,4 +66,4 @@ EXTERN_DLL_EXPORT const char *send_udp_data(int argc, char *argv[])
myfile.close();
return ex.what();
}
}
}