Ignore:
Timestamp:
Jun 17, 2007, 9:56:19 PM (17 years ago)
Author:
dai_9181
Message:

BasicSysDirをGetAppDirに置き換えた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/common.h

    r165 r167  
    9090extern HWND hOwnerEditor;
    9191extern HANDLE hHeap;
    92 extern char BasicSystemDir[MAX_PATH];
    9392extern int cp;
    9493extern bool isUnicode;
     
    288287void epi_check();
    289288void GetRelationalPath(char *path,char *dir);
    290 void GetFullPath(char *path,char *dir);
     289void GetFullPath( char *path, const string &baseDirPath );
    291290void ShowErrorLine(int LineNum,char *FileName);
    292291BOOL GetFilePathDialog(HWND hwnd,char *filename,LPSTR Filter,LPSTR Title,BOOL bOpen);
Note: See TracChangeset for help on using the changeset viewer.