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


Ignore:
Timestamp:
Aug 29, 2009, 7:55:19 AM (15 years ago)
Author:
イグトランス (egtra)
Message:

Windows 7タスクバーへの対応を実装。
(#245)

File:
1 edited

Legend:

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

    r681 r772  
    11#pragma once
     2#define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1
    23
    34#include <map>
     
    89
    910#include <windows.h>
     11#include <windowsx.h>
    1012#include <stdio.h>
    1113#include <string.h>
     
    1820#include <fcntl.h>
    1921#include <io.h>
     22#include <assert.h>
    2023
    2124#include <atlbase.h>
     25#include <atlstr.h>
    2226#include <atlcom.h>
    2327#include <atlhost.h>
     
    6468
    6569#include <ProjectManager/ProjectManager.h>
     70
Note: See TracChangeset for help on using the changeset viewer.