Skip to content

Commit

Permalink
Re-add deleted function, but wrap it in pre-processor block and mark …
Browse files Browse the repository at this point in the history
…it static
  • Loading branch information
aeris170 committed Sep 1, 2024
1 parent c633b65 commit e97e4be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Launcher/FileDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1529,3 +1529,7 @@ static const unsigned int folder_icon[] = {
0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff,
0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff,
};
#ifndef _WIN32
static const char* GetDefaultFolderIcon() { return (const char*) &folder_icon[0]; }
static const char* GetDefaultFileIcon() { return (const char*) &file_icon[0]; }
#endif

0 comments on commit e97e4be

Please sign in to comment.