Updated dll checksums for windows build
This commit is contained in:
parent
f840b28839
commit
c4fd16d925
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
/* Checksums */
|
/* Checksums */
|
||||||
#define SO_LIBSTEAM_CHECKSUM 0x19ba253
|
#define SO_LIBSTEAM_CHECKSUM 0x19ba253
|
||||||
#define DLL_LIBSTEAM_CHECKSUM 0x19ba253
|
#define DLL_LIBSTEAM_CHECKSUM 0x14e4709
|
||||||
|
|
||||||
/* Room/Map dimensions */
|
/* Room/Map dimensions */
|
||||||
#define MAP_ROOM_WIDTH 16
|
#define MAP_ROOM_WIDTH 16
|
||||||
|
|
|
@ -1367,7 +1367,7 @@ validate_lib_checksum(void)
|
||||||
{
|
{
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
const char *file = "./libsteam_api.dll";
|
const char *file = "./steam_api.dll";
|
||||||
unsigned int expected = DLL_LIBSTEAM_CHECKSUM;
|
unsigned int expected = DLL_LIBSTEAM_CHECKSUM;
|
||||||
#else
|
#else
|
||||||
const char *file = "./libsteam_api.so";
|
const char *file = "./libsteam_api.so";
|
||||||
|
|
Loading…
Reference in New Issue