]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/global.h
64-bit fixes for distrrtgen
[freerainbowtables] / Common / rt api / global.h
index 04c4e804dd1cd7b68f23398fa6adb916ac013655..56aa04e408657fc2f9d1a022714addaeac6f170a 100644 (file)
@@ -1,31 +1,29 @@
 /*
- * rcracki_mt is a multithreaded implementation and fork of the original 
- * RainbowCrack
+ * freerainbowtables is a project for generating, distributing, and using
+ * perfect rainbow tables
  *
  * Copyright 2009, 2010 DaniĆ«l Niggebrugge <niggebrugge@fox-it.com>
  * Copyright 2009, 2010 James Nobis <frt@quelrod.net>
  *
- * This file is part of racrcki_mt.
+ * This file is part of freerainbowtables.
  *
- * rcracki_mt is free software: you can redistribute it and/or modify
+ * freerainbowtables is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 2 of the License, or
  * (at your option) any later version.
  *
- * rcracki_mt is distributed in the hope that it will be useful,
+ * freerainbowtables is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with rcracki_mt.  If not, see <http://www.gnu.org/licenses/>.
+ * along with freerainbowtables.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _GLOBAL_H
 #define _GLOBAL_H
 
-//#include <stdint.h>
-
 #if defined(_WIN32) && !defined(__GNUC__)
        #define uint64 unsigned __int64
 #else
 
 #if defined(_WIN32) && !defined(__GNUC__)
        #define UINT4 unsigned __int32
+       #define uint32 unsigned __int32
 #else
        #ifndef u_int32_t
                #define UINT4 unsigned int
+               #define uint32 unsigned int
        #else
                #define UINT4 u_int32_t
+               #define uint32 u_int32_t
        #endif
 #endif