Sign in
mingw
/
mingw-w64
/
bd2d8a7bc2f4d3c62baa7f99b7b7f4107ee5a89f
/
.
/
mingw-w64-crt
/
lib32
/
test.c
blob: 950e5631e990f75def947c6ff843e930fb32c0dc [
file
] [
log
] [
blame
]
/* Perform simple test of headers to avoid typos and such */
#include
<windows.h>
#include
<d3d9.h>
#include
<d3d9caps.h>
#include
<d3d9types.h>
#include
<dxerr8.h>
#include
<dxerr9.h>
int
main
()
{
return
0
;
}