Changeset 828 in dev for trunk/ab5.0/abdev/abdev/stdafx.h


Ignore:
Timestamp:
Mar 19, 2012, 1:59:48 AM (12 years ago)
Author:
イグトランス (egtra)
Message:

egtraブランチの内容をマージ。

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ab5.0/abdev

    • Property svn:ignore set to
      *.opensdf
      *.sdf
      *.suo
      *.user
      int
      ipch
      out
  • trunk/ab5.0/abdev/abdev/stdafx.h

    r772 r828  
    11#pragma once
    2 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
    32
    43#include <map>
     
    2625#include <atlcom.h>
    2726#include <atlhost.h>
     27#undef _SECURE_ATL
     28#define _SECURE_ATL 1
     29#pragma warning(push)
     30#pragma warning(disable: 6011 6246 6255 6269 6387)
    2831#include <atlapp.h>
    2932#include <atlframe.h>
     
    3134#include <atlmisc.h>
    3235#include <atlctrls.h>
     36#pragma warning(pop)
    3337
    3438//boost libraries
     
    4044
    4145// tinyxml
     46#pragma warning(push)
     47#pragma warning(disable: 6011)
    4248#include <tinyxml/tinyxml.h>
     49#pragma warning(pop)
    4350
    4451#include <jenga/include/jenga.h>
Note: See TracChangeset for help on using the changeset viewer.