summaryrefslogtreecommitdiff
path: root/test/wgl_core_and_exts.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/wgl_core_and_exts.c')
-rw-r--r--test/wgl_core_and_exts.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/wgl_core_and_exts.c b/test/wgl_core_and_exts.c
index c909541..bbb2645 100644
--- a/test/wgl_core_and_exts.c
+++ b/test/wgl_core_and_exts.c
@@ -21,6 +21,7 @@
* IN THE SOFTWARE.
*/
+#include <config.h>
#include <stdio.h>
#include "wgl_common.h"
@@ -70,7 +71,8 @@ test_function(HDC hdc)
return !pass;
}
-int main()
+int
+main(int argc, char **argv)
{
make_window_and_test(test_function);