X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2Fglobal.h;h=56aa04e408657fc2f9d1a022714addaeac6f170a;hb=df8d800454d70f0fb39ab0c227ca55f91b581da7;hp=04c4e804dd1cd7b68f23398fa6adb916ac013655;hpb=5c89685ca1bb34dc0d52cbeec5e950194f5544e1;p=freerainbowtables diff --git a/Common/rt api/global.h b/Common/rt api/global.h index 04c4e80..56aa04e 100644 --- a/Common/rt api/global.h +++ b/Common/rt api/global.h @@ -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 * Copyright 2009, 2010 James Nobis * - * 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 . + * along with freerainbowtables. If not, see . */ #ifndef _GLOBAL_H #define _GLOBAL_H -//#include - #if defined(_WIN32) && !defined(__GNUC__) #define uint64 unsigned __int64 #else @@ -38,11 +36,14 @@ #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