X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FPublic.h;h=08943d4b836228c417201e3c802c7b07f52e932f;hb=47c71901e7a97c226c8f1df749e3606d43656f32;hp=d359371b98cd756265a7d1dc0d1dff0c1a7b0633;hpb=86bbf0fd5ba4e07d3279b4179fd8fc808198eaae;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/Public.h b/Client Applications/rcracki_mt/Public.h index d359371..08943d4 100644 --- a/Client Applications/rcracki_mt/Public.h +++ b/Client Applications/rcracki_mt/Public.h @@ -4,7 +4,7 @@ * * Copyright (C) Zhu Shuanglei * Copyright 2009, 2010 Daniël Niggebrugge - * Copyright 2009, 2010 James Nobis + * Copyright 2009, 2010, 2011 James Nobis * * This file is part of rcracki_mt. * @@ -36,7 +36,6 @@ using namespace std; - struct RainbowChainO { uint64 nIndexS; @@ -109,13 +108,12 @@ void tty_done(); void tty_init(); void tty_flush(void); // end nmap code + #endif #if defined(_WIN32) && !defined(__GNUC__) int gettimeofday( struct timeval *tv, struct timezone *tz ); -#endif - -#if !defined(_WIN32) || defined(__GNUC__) +#else #include #endif