(svn r14813) -Codechange: use uint instead of 'just' unsigned.

This commit is contained in:
rubidium
2009-01-03 17:28:22 +00:00
parent cd88a7590a
commit 3ac0875cf6
3 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ bool FiosIsRoot(const char *file)
void FiosGetDrives()
{
unsigned disk, disk2, save, total;
uint disk, disk2, save, total;
#ifndef __INNOTEK_LIBC__
_dos_getdrive(&save); // save original drive