Browse Source

fixed an include path

tags/unichrome-last-xinerama
Daniel Borca 20 years ago
parent
commit
3b65cab455
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/windows/fx/fxwgl.c

+ 1
- 1
src/mesa/drivers/windows/fx/fxwgl.c View File

@@ -55,7 +55,7 @@ extern "C"
#include "glheader.h"
#include "glapi.h"
#include "imports.h"
#include "fxdrv.h"
#include "../../glide/fxdrv.h"

#define MAX_MESA_ATTRS 20


Loading…
Cancel
Save