Ignore:
Timestamp:
Dec 13, 2011, 11:17:52 AM (14 years ago)
Author:
dmik
Message:

Port DSOUND to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/dsound/DAudioNotify.h

    r5608 r21878  
    4646};
    4747
     48HRESULT __stdcall DAudioNotifyQueryInterface(THIS, REFIID riid, LPVOID * ppvObj);
     49ULONG   __stdcall DAudioNotifyAddRef(THIS);
     50ULONG   __stdcall DAudioNotifyRelease(THIS);
     51HRESULT __stdcall DAudioNotifySetNotificationPositions(THIS, DWORD cPositionNotifies, LPCDSBPOSITIONNOTIFY lpcPositionNotifies);
     52
    4853#endif //__DAUDIONOTIFY_H__
Note: See TracChangeset for help on using the changeset viewer.