]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/global.h
UINT4 -> uint32
[freerainbowtables] / Client Applications / rcracki_mt / global.h
index 952aab45deee9077d71d07fa21b5e9cb38435d40..9e6cbf1c6277555eddb9c5bec26cad5911c7a748 100644 (file)
@@ -24,8 +24,6 @@
 #ifndef _GLOBAL_H
 #define _GLOBAL_H
 
-//#include <stdint.h>
-
 #if defined(_WIN32) && !defined(__GNUC__)
        #define uint64 unsigned __int64
 #else
 
 #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