diff options
Diffstat (limited to 'test cases/common/141 whole archive/mylib.h')
-rw-r--r-- | test cases/common/141 whole archive/mylib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/common/141 whole archive/mylib.h b/test cases/common/141 whole archive/mylib.h index 813cc67..79ce585 100644 --- a/test cases/common/141 whole archive/mylib.h +++ b/test cases/common/141 whole archive/mylib.h @@ -17,5 +17,5 @@ #endif #endif -int DLL_PUBLIC func1(); -int DLL_PUBLIC func2(); +int DLL_PUBLIC func1(void); +int DLL_PUBLIC func2(void); |