mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
331 B
11 lines
331 B
INT APIENTRY ParseFileName(HWND,INT,LPSTR,LPSTR);
|
|
VOID APIENTRY UpdateListBoxes(HWND,INT,INT,INT,INT,LPSTR,LPSTR);
|
|
VOID APIENTRY QualifyFileName(LPSTR,LPSTR,LPSTR);
|
|
|
|
|
|
#define VALID_FILENAME 901
|
|
#define VALID_FILESPEC 902
|
|
#define INVALID_FILESPEC 903
|
|
#define EXIST_FILESPEC 904
|
|
/*NAMECHANGE*/
|
|
#define DEFAULT_EXT ".SCN"
|