diff --git a/src/engine/directsounddevicefinder.h b/src/engine/directsounddevicefinder.h index 14b4173f..ed6b6589 100644 --- a/src/engine/directsounddevicefinder.h +++ b/src/engine/directsounddevicefinder.h @@ -40,12 +40,8 @@ class DirectSoundDeviceFinder : public DeviceFinder { QList devices; }; - static BOOL CALLBACK EnumerateCallback(LPGUID guid, LPCSTR description, LPCSTR module, LPVOID state_voidptr) -#ifdef _MSC_VER - ; -#else - __attribute__((stdcall)); -#endif + static BOOL CALLBACK EnumerateCallback(LPGUID guid, LPCSTR description, LPCSTR module, LPVOID state_voidptr); + }; #endif // DIRECTSOUNDDEVICEFINDER_H