llvmpipe: add LP_NEW_GS flag for updating vertex info
[mesa.git] / src / gallium / state_trackers / nine / stateblock9.h
index a580c6a230241feadf5a31feedb818c1d2282dd0..ffcc2d99a53013b9e07a6bcb4ce67f13f00784e0 100644 (file)
@@ -62,10 +62,10 @@ NineStateBlock9_ctor( struct NineStateBlock9 *,
 void
 NineStateBlock9_dtor( struct NineStateBlock9 * );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineStateBlock9_Capture( struct NineStateBlock9 *This );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineStateBlock9_Apply( struct NineStateBlock9 *This );
 
 #endif /* _NINE_STATEBLOCK9_H_ */