C++: Fix the test.

This commit is contained in:
Geoffrey White
2021-03-23 10:05:00 +00:00
parent 30e1b88b7f
commit 13eb9e0833

View File

@@ -86,7 +86,7 @@ void testReferencePointer2()
typedef unsigned long size_t;
void accept(int arg, char *buf, size_t bufSize);
void accept(int arg, char *buf, size_t *bufSize);
void recv(int arg, char *buf, size_t bufSize);
void LoadLibrary(const char *arg);