phobos 0.99

This commit is contained in:
Brad Roberts 2007-09-10 04:09:37 +00:00
parent f86a362105
commit 5b1e376698
10 changed files with 332 additions and 15 deletions

View file

@ -263,6 +263,7 @@ enum
}
const HANDLE INVALID_HANDLE_VALUE = cast(HANDLE)-1;
const DWORD INVALID_SET_FILE_POINTER = cast(DWORD)-1;
const DWORD INVALID_FILE_SIZE = cast(DWORD)0xFFFFFFFF;
struct OVERLAPPED {