I have been following a tutorial but the problem is the tutorial is for c++.net

They say I have to edit the ddraw.def file and add
Code:
LIBRARY	"ddraw"
EXPORTS
	DirectDrawCreateEx = NewDirectDrawCreateEx
How would I do it in msvc++?