mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
@@ -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)
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user