OSDN Git Service

2011/10/27 1:18:31
[nlite/nlite.git] / nlib / nlib_include.h
1 #pragma once
2
3
4 #include <targetver.h>
5
6 #ifdef WIN32
7
8 #define JSON32
9
10 #endif
11
12 #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
13
14 //windowsAPI\8aÖ\98A\83w\83b\83_
15 #include <windows.h>
16 #include <WinSock2.h>
17 #include <ws2tcpip.h>
18 #include <process.h>
19 #include <mmsystem.h>
20
21
22
23
24 #include <shlobj.h>
25
26 #include <winhttp.h>
27
28 //crt\83w\83b\83_
29 #include <stdio.h>
30 #include <wchar.h>
31 #include <malloc.h>
32 #include <time.h>
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>
37
38
39 //\83\8a\83\93\83N\82·\82é\95K\97v\82ª\82 \82é\83\89\83C\83u\83\89\83\8a\82Ì\83w\83b\83_(\8e©\8dì)
40 #include <qwerty\windebuger.h>
41 #include <qwerty\qwerty_common.h>
42 #include <shareCookie\browserType.h>
43 #include <shareCookie\shareCookie.h>
44 #include <JSONParser\json.h>
45
46
47
48
49
50
51
52
53 #include "nlib.h"
54 #include "nlib_define.h"
55 #include "nlib_mylist.h"
56 #include "nlib_common.h"
57 #include "nlib_xmlHandler.h"
58
59 #include "nlib_nicoLive.h"
60
61
62