s3: utils: Convert all uses of uint32/16/8 to _t.
[amitay/samba.git] / source3 / utils / eventlogadm.c
index 4c368b4e4b364a2c7760ab23662d55efe6edfd28..5ef091a9ae30476c256ddc18d57e7a65cbc7aba1 100644 (file)
@@ -91,7 +91,7 @@ static bool eventlog_add_source( const char *eventlog, const char *sourcename,
        const char *hive_name, *relpath;
        enum winreg_CreateAction action;
        struct registry_value *value;
-       static const uint32 ACCESS = REG_KEY_READ | REG_KEY_WRITE;
+       static const uint32_t ACCESS = REG_KEY_READ | REG_KEY_WRITE;
        bool ret = false;
 
        if (!elogs) {