mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-08 03:30:26 +01:00
include fxdrv.h before other headers (Ivan Kalvatchev)
This commit is contained in:
parent
2e1ed6447a
commit
a9e2abdcfb
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ extern "C"
|
|||
{
|
||||
#endif
|
||||
|
||||
#include "fxdrv.h"
|
||||
#include <windows.h>
|
||||
#include "GL/gl.h"
|
||||
|
||||
|
|
@ -64,7 +65,6 @@ extern "C"
|
|||
|
||||
#include <stdio.h>
|
||||
#include "GL/fxmesa.h"
|
||||
#include "fxdrv.h"
|
||||
|
||||
#define MAX_MESA_ATTRS 20
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue