| there's no real point to doing this. just add winmm.dll to your linker parameters (should be somewhere in your project settings), and you will not have to jump any hoops to call your function.
if you want to use explicit loading, you should not include mmsystem.h. the functions prototypes in it would be useless, since the linker can't link against the library (in explicit loading, you are the linker). |