Disabling Maximize in SDL2 based window?

Is there a way to disable the Maximize Window button on a cross platform project? On a Windows project, I can grab the window handle and disable it from there but that doesn’t work on an SDL2 Window.

Note: I want the Window to be resizable, I just want the Maximize button disabled. Like I said, I can do this in Windows project just fine, so I’m not confused about what I am attempting to do.