summaryrefslogtreecommitdiff
path: root/avmedia/inc/strings.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/inc/strings.hrc')
-rw-r--r--avmedia/inc/strings.hrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/avmedia/inc/strings.hrc b/avmedia/inc/strings.hrc
index 2b1b23412ff1..26e6b8fbd478 100644
--- a/avmedia/inc/strings.hrc
+++ b/avmedia/inc/strings.hrc
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_AVMEDIA_INC_STRINGS_HRC
-#define INCLUDED_AVMEDIA_INC_STRINGS_HRC
+#pragma once
#define NC_(Context, String) reinterpret_cast<char const *>(Context "\004" u8##String)
@@ -45,6 +44,4 @@
#define AVMEDIA_STR_ERR_URL NC_("AVMEDIA_STR_ERR_URL", "The format of the selected file is not supported.")
#define AVMEDIA_STR_ZOOM_TOOLTIP NC_("AVMEDIA_STR_ZOOM_TOOLTIP", "View")
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */