SDL + WIn32 Works together?

Hi,

I’m making a Map Editor using Win32 API and I want to know if SDL works with Win32 API of the Windows.

Thank you!

Corleone, SDL may use win api for own purposes, but it doesn’t give you direct access to win api.
If you want access to win api just include windows/winapi header files to your project.