Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.c « directx « lib « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
}