Changeset 700 in dev for trunk/ab5.0/abdev/abdev/Common.h


Ignore:
Timestamp:
Jul 21, 2008, 1:04:12 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

CRequireFilesの管理をhash_setベースへ。保存時にFileIndexの記録を行っていなかった問題を修正。rev.669でコミットし忘れのcompiler_x86/NumOpe.cppを追加。

File:
1 edited

Legend:

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

    r697 r700  
    949949void GetItemClassName(char *buffer,int Control);
    950950void SaveWindowProgram();
    951 void SaveWindowFile( char *path, const ActiveBasic::PM::WindowInfos &windowInfos );
     951void SaveWindowFile(char const *path, const ActiveBasic::PM::WindowInfos &windowInfos);
    952952_int8 OpenWindowFile(char *path);
    953953void GetDefaultWindowFont(LOGFONT *LogFont);
Note: See TracChangeset for help on using the changeset viewer.