2020-08-18 18:42:57 -07:00
|
|
|
// stdafx.h : include file for standard system include files,
|
|
|
|
// or project specific include files that are used frequently, but
|
|
|
|
// are changed infrequently
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
// TODO: reference additional headers your program requires here
|
2020-08-19 21:29:55 -07:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <windows.h>
|
|
|
|
#include <wininet.h>
|
|
|
|
#include "rapidjson/document.h"
|