Skip to content

Commit 196962f

Browse files
committed
Add AcceleratedCRC32C to port_win.h
1 parent 1bdf1c3 commit 196962f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

port/port_win.h

+2
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ inline bool GetHeapProfile(void (*func)(void*, const char*, int), void* arg) {
168168
return false;
169169
}
170170

171+
uint32_t AcceleratedCRC32C(uint32_t crc, const char* buf, size_t size);
172+
171173
}
172174
}
173175

0 commit comments

Comments
 (0)