Is this a Windows system?

Property definitions

sdl2 $ SDLSysWMInfo :: is_windows
	# Is this a Windows system?
	fun is_windows: Bool `{ return self->subsystem == SDL_SYSWM_WINDOWS; `}
lib/sdl2/syswm.nit:51,2--52,72