annotate include/sys/osx/filesystem.h @ 229:adc20fa321c1

theme: force Fusion style on platforms other than Win32 or OS X I was reluctant to do this, but most of the other styles just look like pure shite regardless of whether I force a stylesheet on them or not. KDE's style is actually hilariously bad paired with my stylesheet, so I've decided to also make the stylesheet Windows-specific as well, because that's really the only platform where it makes sense in the first place.
author Paper <paper@paper.us.eu.org>
date Wed, 10 Jan 2024 21:23:57 -0500
parents 8548dc425697
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
51ae25154b70 Fix OS X support code
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
1 #ifndef __sys__osx__filesystem_h
51ae25154b70 Fix OS X support code
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
2 #define __sys__osx__filesystem_h
15
cde8f67a7c7d *: update, megacommit :)
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
3
5
51ae25154b70 Fix OS X support code
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
4 #include <string>
15
cde8f67a7c7d *: update, megacommit :)
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
5
5
51ae25154b70 Fix OS X support code
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
6 namespace osx {
15
cde8f67a7c7d *: update, megacommit :)
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
7
194
8548dc425697 sys/osx: remove all objective-c++ stuff
Paper <mrpapersonic@gmail.com>
parents: 15
diff changeset
8 bool GetApplicationSupportDirectory(std::string& result);
15
cde8f67a7c7d *: update, megacommit :)
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
9
5
51ae25154b70 Fix OS X support code
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
10 }
15
cde8f67a7c7d *: update, megacommit :)
Paper <mrpapersonic@gmail.com>
parents: 9
diff changeset
11
5
51ae25154b70 Fix OS X support code
Paper <mrpapersonic@gmail.com>
parents:
diff changeset
12 #endif // __sys__osx__filesystem_h