Browse Source
Multiplayer save games from before 1.08 where using the system name as the password, so they would need to be converted on the original machine by 1.08-1.09b before they can be transfered to another system.pull/523/head
9 changed files with 3 additions and 59 deletions
@ -1,12 +0,0 @@
|
||||
#pragma once |
||||
|
||||
#define SW_HIDE DVL_SW_HIDE |
||||
#define SW_SHOWNORMAL DVL_SW_SHOWNORMAL |
||||
|
||||
#define E_FAIL DVL_E_FAIL |
||||
#define S_OK DVL_S_OK |
||||
|
||||
#define DDBLTFAST_WAIT 0x00000010 |
||||
|
||||
#define ERROR_SUCCESS DVL_ERROR_SUCCESS |
||||
#define DS_OK DVL_DS_OK |
||||
Loading…
Reference in new issue