Ignore:
Timestamp:
Feb 12, 2011, 3:52:13 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

文字列のconst化など

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/abdev/Common.h

    r784 r808  
    628628void GetFullPath(char *path,const char *dir);
    629629void RemoveDirectoryStrong(const char *dirPath);
    630 BOOL GetFilePathDialog(HWND hwnd,char *filename,LPSTR Filter,LPSTR Title,_int8 IsOpen);
     630BOOL GetFilePathDialog(HWND hwnd,char *filename,LPCSTR Filter,LPCSTR Title,BOOL IsOpen);
    631631BOOL GetFolder(HWND hWnd,char *folder,char *OpenFolderTitle);
    632632int GetFileExtension( const char *path );
Note: See TracChangeset for help on using the changeset viewer.