]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/MemoryPool.cpp
0.6.5 release synced from rcracki.sourceforge.net
[freerainbowtables] / Client Applications / rcracki_mt / MemoryPool.cpp
index f48961d895dfdceb07a28843378ebe5f023ee405..3673446af24dcc9e89a72418d24516deff914f5f 100644 (file)
@@ -8,7 +8,7 @@
  * Copyright 2009, 2010 James Nobis <frt@quelrod.net>\r
  * Copyright 2010 uroskn\r
  *\r
- * This file is part of racrcki_mt.\r
+ * This file is part of rcracki_mt.\r
  *\r
  * rcracki_mt is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -37,7 +37,11 @@ CMemoryPool::CMemoryPool(unsigned int bytesSaved, bool bDebug, uint64 maxMem)
 \r
        if ( debug )\r
        {\r
-               printf( "Debug: nAvailPhys: %llu\n", nAvailPhys );\r
+               #ifdef _WIN32\r
+                       printf( "Debug: nAvailPhys: %I64u\n", nAvailPhys );\r
+               #else\r
+                       printf( "Debug: nAvailPhys: %llu\n", nAvailPhys );\r
+               #endif\r
                printf( "Debug: bytesSaved: %d\n", bytesSaved );\r
        }\r
 \r