OSDN Git Service

IEクッキー取得持にログファイル出力されるよう変更
[nlite/nlite.git] / nlib / StdAfx.h
1 #pragma once
2
3 #include "targetver.h"
4 #define _CRT_NON_CONFORMING_SWPRINTFS  1
5 #define _CRT_SECURE_NO_WARNINGS  1
6 #define WIN32_LEAN_AND_MEAN             // Windows \83w\83b\83_\81[\82©\82ç\8eg\97p\82³\82ê\82Ä\82¢\82È\82¢\95\94\95ª\82ð\8f\9c\8aO\82µ\82Ü\82·\81B
7 #define WINDEBUGER_NOPRINTING                           //\83f\83o\83b\83O\8fo\97Í\82ð\83R\83\93\83\\81[\83\8b\82É\95\\8e¦\82µ\82½\82­\82È\82¢\8fê\8d\87\92è\8b`\82·\82é
8 #define USE_NLIB_KEEPALIVE                              //\83L\81[\83v\83A\83\89\83C\83u\82ð\8eg\97p\82·\82é\8fê\8d\87\92è\8b`
9 //#define USE_NLIB_LIVEHISTORY                  //\83j\83R\90\82Ì\97\9a\97ð\8fî\95ñ\82ð\8eæ\93¾\82·\82é\8fê\8d\87\82É\8eg\97p
10 #define PLAYERSTATUS_GET_TITLE                  //\83v\83\8c\83C\83\84\81[\83X\83e\81[\83^\83X\82Å\83^\83C\83g\83\8b\82ð\8eæ\93¾\82·\82é\8fê\8d\87\82É\92è\8b`
11
12 //windowsAPI\8aÖ\98A\83w\83b\83_
13 #include <windows.h>
14 #include <WinSock2.h>
15 #include <ws2tcpip.h>
16 #include <process.h>
17 #include <mmsystem.h>
18 #include <ShellAPI.h>
19 #include <shlobj.h>
20
21 #include <winhttp.h>
22
23 //crt\83w\83b\83_
24 #include <stdio.h>
25 #include <wchar.h>
26 #include <malloc.h>
27 #include <time.h>
28
29
30 //c++
31 #include <exception>
32 #include <string>
33
34 //\83\8a\83\93\83N\82·\82é\95K\97v\82ª\82 \82é\83\89\83C\83u\83\89\83\8a\82Ì\83w\83b\83_(\91¼\8eÒ\97l\90»\8dì)
35 #include <expat\expat.h>
36 #include <sqlite3\sqlite3.h>