game and db is building on windows
This commit is contained in:
7
vendor/cryptopp/TestPrograms/test_64bit.cpp
vendored
Normal file
7
vendor/cryptopp/TestPrograms/test_64bit.cpp
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <cstddef>
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
enum {N = (sizeof(std::size_t) == 8 ? 8 : -1)};
|
||||
int x[N];
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user