id: maxgui.drivers title: MaxGUI.Drivers
Your MaxGUI applications should import this module if they want BlitzMax to selectively import the latest official MaxGUI drivers for your application and platform:
| Platform | Default Driver |
| Windows 2000/XP/Vista | [MaxGUI.Win32MaxGUIEx](../maxgui/maxgui_win32maxguiex.md) |
| Windows 9X | [MaxGUI.Win32MaxGUIEx](../maxgui/maxgui_win32maxguiex.md) (requires unicows.dll or MSLU to run) |
| Linux | Gtk.Gtk3MaxGUI |
| Mac OS X | [MaxGUI.CocoaMaxGUI](../maxgui/maxgui_cocoamaxgui.md) |