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, 1 insertions, 3 deletions
diff --git a/test/wgl_core_and_exts.c b/test/wgl_core_and_exts.c
index bbb2645..c909541 100644
--- a/test/wgl_core_and_exts.c
+++ b/test/wgl_core_and_exts.c
@@ -21,7 +21,6 @@
* IN THE SOFTWARE.
*/
-#include <config.h>
#include <stdio.h>
#include "wgl_common.h"
@@ -71,8 +70,7 @@ test_function(HDC hdc)
return !pass;
}
-int
-main(int argc, char **argv)
+int main()
{
make_window_and_test(test_function);