Bug 1360819 - Do not show a console on Windows when launching the pingsender; r=Dexter

MozReview-Commit-ID: 54TBiNMFcWM

--HG--
extra : rebase_source : eb0eb6005608f31b8ec765c572b6b789ff3ec10a
This commit is contained in:
Gabriele Svelto 2017-05-04 10:51:04 +02:00
Родитель da4403ef57
Коммит 9942c797e2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,8 @@
#include <windows.h>
#include <wininet.h>
#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
namespace PingSender {
using std::string;