summaryrefslogtreecommitdiffhomepage
path: root/src/internal/pe_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/pe_impl.h')
-rw-r--r--src/internal/pe_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/pe_impl.h b/src/internal/pe_impl.h
index 392f6b2..43ec6ef 100644
--- a/src/internal/pe_impl.h
+++ b/src/internal/pe_impl.h
@@ -12,6 +12,6 @@ struct pe_block {
uint32_t size;
};
-uint32_t pe_impl_strlen_ansi(const char * str);
-uint32_t pe_impl_strlen_utf16(const wchar16_t * str);
+int32_t pe_impl_strlen_ansi(const char * str);
+int32_t pe_impl_strlen_utf16(const wchar16_t * str);
wchar16_t pe_impl_utf16_char_to_lower(const wchar16_t c);