-
Notifications
You must be signed in to change notification settings - Fork 0
/
stdafx.h
51 lines (42 loc) · 1.01 KB
/
stdafx.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
///////////////////////////////////////////////////////////////////////
#pragma comment( lib, "ws2_32.lib" )
#include <winsock2.h>
#include <Windows.h>
///////////////////////////////////////////////////////////////////////
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <algorithm>
///////////////////////////////////////////////////////////////////////
#include <atlimage.h>
#include <Gdiplusimaging.h>
///////////////////////////////////////////////////////////////////////
enum FileFormats
{
FILE_JPEG = 1,
FILE_PNG = 2,
FILE_GIF = 3,
FILE_BMP = 4,
FILE_OBJC = 5,
FILE_CPP = 6,
FILE_ASM = 7,
FILE_PHP = 8,
FILE_CSHARP = 9,
FILE_JAVA = 10,
FILE_CSS = 11,
FILE_HTML = 12,
FILE_JS = 13,
FILE_VB = 14,
FILE_TEXT = 15,
FILE_INI = 16,
FILE_XML = 17,
FILE_LUA = 18
};
///////////////////////////////////////////////////////////////////////
#define IMAGESHACK_API_KEY ""
#define PASTEBIN_API_KEY ""