mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
16 lines
330 B
R
16 lines
330 B
R
#include <CoreServices/CoreServices.r>
|
|
#include "BrowserPluginCharacteristics.h"
|
|
|
|
resource 'STR#' (126) { {
|
|
JuceBrowserPlugin_Desc,
|
|
JuceBrowserPlugin_Name
|
|
} };
|
|
|
|
resource 'STR#' (127) { {
|
|
JuceBrowserPlugin_FileSuffix
|
|
} };
|
|
|
|
resource 'STR#' (128) { {
|
|
JuceBrowserPlugin_MimeType,
|
|
JuceBrowserPlugin_FileSuffix
|
|
} };
|