mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-23 02:27:12 +02:00
Update squirrel to the latest version straight from the official repository.
This commit is contained in:
2
external/Squirrel/Lib/sqstdblob.cpp
vendored
2
external/Squirrel/Lib/sqstdblob.cpp
vendored
@ -7,7 +7,7 @@
|
||||
#include "sqstdstream.h"
|
||||
#include "sqstdblobimpl.h"
|
||||
|
||||
#define SQSTD_BLOB_TYPE_TAG (SQSTD_STREAM_TYPE_TAG | 0x00000002)
|
||||
#define SQSTD_BLOB_TYPE_TAG ((SQUnsignedInteger)(SQSTD_STREAM_TYPE_TAG | 0x00000002))
|
||||
|
||||
//Blob
|
||||
|
||||
|
Reference in New Issue
Block a user