X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2Fglobal.h;h=9e6cbf1c6277555eddb9c5bec26cad5911c7a748;hb=0fb676244827a448dc60118d6558c4a4e346ffee;hp=04c4e804dd1cd7b68f23398fa6adb916ac013655;hpb=3d2054f42c66029680721b985c740c7aa17b8876;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/global.h b/Client Applications/rcracki_mt/global.h index 04c4e80..9e6cbf1 100644 --- a/Client Applications/rcracki_mt/global.h +++ b/Client Applications/rcracki_mt/global.h @@ -5,7 +5,7 @@ * Copyright 2009, 2010 Daniël Niggebrugge * Copyright 2009, 2010 James Nobis * - * This file is part of racrcki_mt. + * This file is part of rcracki_mt. * * rcracki_mt is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,8 +24,6 @@ #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