Skip to content
Snippets Groups Projects

서버에 자동으로 제출하도록

Merged Eunhak Lee requested to merge feat/auto-submit into dev
3 files
+ 23
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -17,12 +17,13 @@
#include <shlobj_core.h>
#define FILENAME "meanspec-log.xml"
#define VERSION "1.3"
#define VERSION "1.2"
#ifndef CURL_STATICLIB
#define CURL_STATICLIB
#endif
#pragma comment(lib, "Crypt32.lib")
#pragma comment(lib, "libcurl.lib")
#pragma comment(lib, "wldap32.lib")
#pragma comment(lib, "ws2_32.lib")
Loading