Changeset 515 in dev for trunk/ab5.0/abdev/abdev


Ignore:
Timestamp:
May 1, 2008, 12:10:33 PM (16 years ago)
Author:
dai_9181
Message:

ab_common.hを追加。
TypeMisc.hを追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/stdafx.h

    r503 r515  
    2020
    2121#include <atlbase.h>
    22 #include <atlcom.h>     // ATL COMハ用wb_t@C
    23 #include <atlhost.h>    // ATL Rei@\T|[gpwb_t@C
     22#include <atlcom.h>
     23#include <atlhost.h>
    2424#include <atlapp.h>
    25 #include <atlframe.h>   // ATL Rei@\T|[gpwb_t@C
     25#include <atlframe.h>
    2626#include <atlcrack.h>
    2727#include <atlmisc.h>
     
    2929//boost libraries
    3030#include <boost/foreach.hpp>
     31#include <boost/serialization/serialization.hpp>
     32#include <boost/serialization/nvp.hpp>
     33#include <boost/serialization/export.hpp>
    3134
    3235#include <jenga/include/common/CmdLine.h>
     
    3740
    3841#include <abdev/ab_common/Environment.h>
     42#include <abdev/ab_common/include/ab_common.h>
    3943
    4044#ifdef THETEXT
Note: See TracChangeset for help on using the changeset viewer.