Changeset 780 in dev


Ignore:
Timestamp:
Jan 27, 2011, 12:33:56 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

VC++ 2010 EE + Windows SDK 7.1 + WDK 7.1環境用にライブラリのリンクの指定の記述を追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/abdev/abdev.cpp

    r773 r780  
    22
    33#include "abdev.h"
     4
     5#if _ATL_VER == 0x0800
     6#pragma comment(lib, "atlthunk.lib")
     7#endif
    48
    59#ifdef _DEBUG
     
    14891493    return RegisterClassEx(&wcl);
    14901494}
     1495
     1496#ifndef AB_TEST
     1497
    14911498int PASCAL WinMain(HINSTANCE hThisInst,HINSTANCE,LPSTR lpCmdLine,int ShowCmd){
    14921499#ifdef _DEBUG
     
    16441651    return static_cast<int>(msg.wParam);
    16451652}
     1653
     1654#endif
Note: See TracChangeset for help on using the changeset viewer.