Fix non-win32 builds.

This commit is contained in:
Marcos Medeiros 2014-09-01 15:52:03 +00:00
parent e75bc9cc3a
commit 88b608d2d8
1 changed files with 4 additions and 1 deletions

View File

@ -330,8 +330,11 @@ INT32 BurnStateUNDO(TCHAR* szName)
//bprintf(0, _T("%d: %s -> %s\n"), i, szBackupNameFrom, szBackupNameTo);
MoveFileW(szBackupNameFrom, szBackupNameTo);
}
#endif
return cantundo;
#else
return 0;
#endif
}
// State save