summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/lib/directx/test.c
blob: 950e5631e990f75def947c6ff843e930fb32c0dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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;
}