pgadmin4/runtime/macos.h

18 lines
437 B
C

//////////////////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
//
// Copyright (C) 2013 - 2020, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// macos.h - macOS-specific Objective-C/C++ functions
//
//////////////////////////////////////////////////////////////////////////
#ifndef MACOS_H
#define MACOS_H
bool IsDarkMode();
#endif // MACOS_H