Skip to content

Commit

Permalink
Add AcceleratedCRC32C to port_win.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sipa committed Jun 10, 2017
1 parent 1bdf1c3 commit 196962f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions port/port_win.h
Expand Up @@ -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);

}
}

Expand Down

0 comments on commit 196962f

Please sign in to comment.