dplayx/tests: Add DirectPlay COM tests.
[wine] / dlls / dplayx / dplayx_queue.h
index 7820717..e704d9a 100644 (file)
@@ -211,6 +211,6 @@ do                                               \
 #define DPQ_DECL_DELETECB( name, type ) void name( type elem )
 
 /* Prototype of a method which just performs a HeapFree on the elem */
-DPQ_DECL_DELETECB( cbDeleteElemFromHeap, LPVOID );
+DPQ_DECL_DELETECB( cbDeleteElemFromHeap, LPVOID ) DECLSPEC_HIDDEN;
 
 #endif /* __WINE_DPLAYX_QUEUE_H */