diff options
author | George Hazan <ghazan@miranda.im> | 2019-07-19 10:00:54 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-19 10:00:54 +0300 |
commit | 468c5891c6fcae96e2282f16347bca4385940adf (patch) | |
tree | a0a765462c4b766d2ac69e07921bc538086daee4 /libs/libcurl/src | |
parent | 41a148e47e5cb9e163d35c08df76e3765c356c50 (diff) |
compilation fix
Diffstat (limited to 'libs/libcurl/src')
-rw-r--r-- | libs/libcurl/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | libs/libcurl/src/stdafx.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/libs/libcurl/src/stdafx.cxx b/libs/libcurl/src/stdafx.cxx new file mode 100644 index 0000000000..1647228cd0 --- /dev/null +++ b/libs/libcurl/src/stdafx.cxx @@ -0,0 +1,2 @@ + +#include "stdafx.h"
\ No newline at end of file diff --git a/libs/libcurl/src/stdafx.h b/libs/libcurl/src/stdafx.h new file mode 100644 index 0000000000..6f70f09bee --- /dev/null +++ b/libs/libcurl/src/stdafx.h @@ -0,0 +1 @@ +#pragma once |