Updated dll checksums for windows build

This commit is contained in:
Linus Probert 2019-03-11 07:21:43 +01:00
parent f840b28839
commit c4fd16d925
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
/* Checksums */
#define SO_LIBSTEAM_CHECKSUM 0x19ba253
#define DLL_LIBSTEAM_CHECKSUM 0x19ba253
#define DLL_LIBSTEAM_CHECKSUM 0x14e4709
/* Room/Map dimensions */
#define MAP_ROOM_WIDTH 16

View File

@ -1367,7 +1367,7 @@ validate_lib_checksum(void)
{
FILE *fp;
#ifdef WIN32
const char *file = "./libsteam_api.dll";
const char *file = "./steam_api.dll";
unsigned int expected = DLL_LIBSTEAM_CHECKSUM;
#else
const char *file = "./libsteam_api.so";