OSDN Git Service

2012/01/29 2:45:32
[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 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`
10
11 //windowsAPI\8aÖ\98A\83w\83b\83_
12 #include <windows.h>
13 #include <WinSock2.h>
14 #include <ws2tcpip.h>
15 #include <process.h>
16 #include <mmsystem.h>
17 #include <ShellAPI.h>
18 #include <shlobj.h>
19
20 #include <winhttp.h>
21
22 //crt\83w\83b\83_
23 #include <stdio.h>
24 #include <wchar.h>
25 #include <malloc.h>
26 #include <time.h>
27
28 //\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ì)
29 #include <expat\expat.h>
30 #include <sqlite3\sqlite3.h>