X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FPublic.h;h=27d4dcda5a99703a651412695d4cb4d9c4847371;hb=371055825f09b5dc2ad00e5702ef4ffe18c419b0;hp=13fb0d380eb44d2f7bf2af3b5815e113c6912ad0;hpb=dd1ecec588c8c5773cf1c4216039c600263d9eaa;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/Public.h b/Client Applications/rcracki_mt/Public.h index 13fb0d3..27d4dcd 100644 --- a/Client Applications/rcracki_mt/Public.h +++ b/Client Applications/rcracki_mt/Public.h @@ -6,7 +6,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 @@ -109,13 +109,16 @@ void tty_done(); void tty_init(); void tty_flush(void); // end nmap code +#endif -#include - -#else +#if defined(_WIN32) && !defined(__GNUC__) int gettimeofday( struct timeval *tv, struct timezone *tz ); #endif +#if !defined(_WIN32) || defined(__GNUC__) + #include +#endif + timeval sub_timeofday( timeval tv2, timeval tv ); unsigned int GetFileLen(FILE* file);