pgadmin4/runtime/macos.h
2021-01-04 15:34:45 +05:30

18 lines
437 B
C

//////////////////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
//
// Copyright (C) 2013 - 2021, 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