aboutsummaryrefslogtreecommitdiff
path: root/port/port_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'port/port_win.h')
-rw-r--r--port/port_win.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/port/port_win.h b/port/port_win.h
index 45bf2f0ea7..5009004822 100644
--- a/port/port_win.h
+++ b/port/port_win.h
@@ -168,6 +168,8 @@ inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) {
return false;
}
+uint32_t AcceleratedCRC32C(uint32_t crc, const char* buf, size_t size);
+
}
}