DragonNest/Server/GuildWarDBSetting/stdafx.h
2024-12-19 09:48:26 +08:00

30 lines
788 B
C++

// stdafx.h : 자주 사용하지만 자주 변경되지는 않는
// 표준 시스템 포함 파일 및 프로젝트 관련 포함 파일이
// 들어 있는 포함 파일입니다.
//
#pragma once
#ifndef _WIN32_WINNT // Windows XP 이상에서만 기능을 사용할 수 있습니다.
#define _WIN32_WINNT 0x0501 // 다른 버전의 Windows에 맞도록 적합한 값으로 변경해 주십시오.
#endif
#include <stdio.h>
#include <tchar.h>
#include <iostream>
#include "../../Common/DNDefine.h"
#include "DNHeader.h"
#include "DNPacket.h"
#include "DNProtocol.h"
// boost
#include "./boost/algorithm/string.hpp"
#include "./boost/lexical_cast.hpp"
#include "./boost/timer.hpp"
#include "./boost/shared_ptr.hpp"
#include "./boost/format.hpp"
#pragma comment(lib,"Odbc32.lib")
// TODO: 프로그램에 필요한 추가 헤더는 여기에서 참조합니다.