This commit is contained in:
tildearrow 2024-04-30 15:07:20 -05:00
parent 05e3897ad4
commit 1ecf7dfeca

View file

@ -1,5 +1,7 @@
// patch GetTickCount64 for running on Windows XP
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main(int argc, char** argv) {
unsigned char* buf;