]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/lm2ntlm.cpp
UINT4 -> uint32
[freerainbowtables] / Client Applications / rcracki_mt / lm2ntlm.cpp
index d2afd27baf2e70566e4556121cdb2d1a96099594..c3d385804e0168bb50a6596a696777dd3b870542 100644 (file)
@@ -5,7 +5,7 @@
  * Copyright 2009, 2010 DaniĆ«l Niggebrugge <niggebrugge@fox-it.com>\r
  * Copyright 2009, 2010 James Nobis <frt@quelrod.net>\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
@@ -21,7 +21,7 @@
  * along with rcracki_mt.  If not, see <http://www.gnu.org/licenses/>.\r
  */\r
 \r
-#ifdef _WIN32\r
+#if defined(_WIN32) && !defined(__GNUC__)\r
        #pragma warning(disable : 4786 4267 4018)\r
 #endif\r
 \r
@@ -50,7 +50,7 @@ bool LM2NTLMcorrector::LMPasswordCorrectUnicode(string hexPassword, unsigned cha
 {\r
        string sPlain = "";\r
 \r
-       UINT4 i;\r
+       uint32 i;\r
        for (i = 0; i < hexPassword.size() / 2; i++)\r
        {\r
                string sSub = hexPassword.substr(i * 2, 2);\r