gallium: Countour MSVC's pickyness for structures returned by value.

This commit is contained in:
José Fonseca 2008-02-22 18:45:20 +09:00
parent 901b03e84d
commit f1bef2cba2

View file

@ -36,16 +36,14 @@
#include "pipe/p_context.h"
#include "pipe/p_state.h"
#include "cso_hash.h" /* for cso_hash_iter, as MSVC requires structures returned by value to be fully defined */
#ifdef __cplusplus
extern "C" {
#endif
struct cso_hash;
struct cso_hash_iter;
struct cso_cache {
struct cso_hash *blend_hash;
struct cso_hash *depth_stencil_hash;