X-Git-Url: https://www.flypig.org.uk/git/?a=blobdiff_plain;f=include%2Ftypes.h;h=f1eca83720191def8fb0720a492bd411d7324e92;hb=3370820109dd9c9dd46d29253c12a1e584556948;hp=a1b01442d96f55717b0af3f060b44e86ff854b2d;hpb=115c95eb02ec194af5d6a62848ac5750f23a6e46;p=hashcat.git diff --git a/include/types.h b/include/types.h index a1b0144..f1eca83 100644 --- a/include/types.h +++ b/include/types.h @@ -6,6 +6,12 @@ #ifndef TYPES_H #define TYPES_H +#ifdef _WIN +#define EOL "\r\n" +#else +#define EOL "\n" +#endif + typedef struct { uint salt_buf[16];