st/nine: Fix volumetexture dtor on ctor failure
[mesa.git] / src / gallium / state_trackers / nine / authenticatedchannel9.h
index 7d374f67fca67048e0e463a52eee30db4b7e30e2..b18848235c8d4f436c462cd4f8eea6f510f2b20b 100644 (file)
@@ -29,34 +29,34 @@ struct NineAuthenticatedChannel9
 {
     struct NineUnknown base;
 };
-static INLINE struct NineAuthenticatedChannel9 *
+static inline struct NineAuthenticatedChannel9 *
 NineAuthenticatedChannel9( void *data )
 {
     return (struct NineAuthenticatedChannel9 *)data;
 }
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineAuthenticatedChannel9_GetCertificateSize( struct NineAuthenticatedChannel9 *This,
                                               UINT *pCertificateSize );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineAuthenticatedChannel9_GetCertificate( struct NineAuthenticatedChannel9 *This,
                                           UINT CertifacteSize,
                                           BYTE *ppCertificate );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineAuthenticatedChannel9_NegotiateKeyExchange( struct NineAuthenticatedChannel9 *This,
                                                 UINT DataSize,
                                                 void *pData );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineAuthenticatedChannel9_Query( struct NineAuthenticatedChannel9 *This,
                                  UINT InputSize,
                                  const void *pInput,
                                  UINT OutputSize,
                                  void *pOutput );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineAuthenticatedChannel9_Configure( struct NineAuthenticatedChannel9 *This,
                                      UINT InputSize,
                                      const void *pInput,