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


Ignore:
Timestamp:
Mar 19, 2012, 1:59:48 AM (12 years ago)
Author:
イグトランス (egtra)
Message:

egtraブランチの内容をマージ。

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/ab5.0/abdev

    • Property svn:ignore set to
      *.opensdf
      *.sdf
      *.suo
      *.user
      int
      ipch
      out
  • trunk/ab5.0/abdev/abdev/Common.h

    r772 r828  
    3333#include "Debugger.h"
    3434
     35#include <Resource/Load.h>
    3536
    3637#pragma comment(lib, "wininet.lib")
     
    627628void GetFullPath(char *path,const char *dir);
    628629void RemoveDirectoryStrong(const char *dirPath);
    629 BOOL GetFilePathDialog(HWND hwnd,char *filename,LPSTR Filter,LPSTR Title,_int8 IsOpen);
     630BOOL GetFilePathDialog(HWND hwnd,char *filename,LPCSTR Filter,LPCSTR Title,BOOL IsOpen);
    630631BOOL GetFolder(HWND hWnd,char *folder,char *OpenFolderTitle);
    631632int GetFileExtension( const char *path );
Note: See TracChangeset for help on using the changeset viewer.