diff --git a/stepmania/src/CryptManager.cpp b/stepmania/src/CryptManager.cpp index 48f08bb872..d83c6f61c8 100644 --- a/stepmania/src/CryptManager.cpp +++ b/stepmania/src/CryptManager.cpp @@ -16,11 +16,11 @@ using namespace CryptoPP; using namespace std; #ifdef WIN32 - #ifdef DEBUG - #pragma comment(lib, "crypto51\\Release\\cryptlib.lib") - #else - #pragma comment(lib, "crypto51\\Debug\\cryptlib.lib") - #endif +// #ifdef DEBUG +// #pragma comment(lib, "crypto51/Debug/cryptlib.lib") +// #else + #pragma comment(lib, "crypto51/Release/cryptlib.lib") +// #endif #endif static const CString PRIVATE_KEY_PATH = "Data/private.key.rsa";