Skip to content

win32: Fix compiler warnings

Matthias Clasen requested to merge matthiasc/for-master into master

The compiler informs me that GetLastError() return a DWORD, so use %lx to print it.

Merge request reports