OSDN Git Service

2011/12/28 2:09:13
[nlite/nlite.git] / nlib / StdAfx.h
1 #pragma once
2
3 #include "targetver.h"
4 #define _CRT_NON_CONFORMING_SWPRINTFS = 1
5 #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
6
7
8
9 //windowsAPI\8aÖ\98A\83w\83b\83_
10 #include <windows.h>
11 #include <WinSock2.h>
12 #include <ws2tcpip.h>
13 #include <process.h>
14 #include <mmsystem.h>
15 #include <ShellAPI.h>
16 #include <shlobj.h>
17
18 #include <winhttp.h>
19
20 //crt\83w\83b\83_
21 #include <stdio.h>
22 #include <wchar.h>
23 #include <malloc.h>
24 #include <time.h>
25
26 //\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ì)
27 #include <expat\expat.h>
28 #include <sqlite3\sqlite3.h>