ac: initial Wave32 support in LLVM build helpers
[mesa.git] / src / gallium / state_trackers / wgl / stw_st.h
index e1a4ebfa69db49e3283e297fdddcbc9cfb03f47e..3b9ae75a0dc4a9d6b223a66633fc1a86352f92f4 100644 (file)
@@ -1,6 +1,5 @@
 /*
  * Mesa 3-D graphics library
- * Version:  7.9
  *
  * Copyright (C) 2010 LunarG Inc.
  *
@@ -35,6 +34,9 @@
 
 struct stw_framebuffer;
 
+bool
+stw_own_mutex(const CRITICAL_SECTION *cs);
+
 struct st_api *
 stw_st_create_api(void);