Fix: APIENTRY redefinition warning

This commit is contained in:
Miguel Pozo
2024-07-29 12:49:42 +02:00
parent add9553ad1
commit 0bd1b92133

View File

@@ -14,7 +14,6 @@
# include "GHOST_C-api.h"
# include "GPU_context.hh"
# include "GPU_init_exit.hh"
# include <epoxy/gl.h>
# include <iostream>
# include <string>
@@ -24,6 +23,9 @@
# include "BLI_winstuff.h"
# endif
/* Include after BLI_winstuff.h to avoid APIENTRY redefinition. */
# include <epoxy/gl.h>
namespace blender::gpu {
class SubprocessShader {