summaryrefslogtreecommitdiff
path: root/tools/llvm-rc/ResourceScriptParser.h
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-05-07 20:27:37 +0000
committerMartin Storsjo <martin@martin.st>2018-05-07 20:27:37 +0000
commit31dc80fca0c6cad2c89d62b908d7ecc7781c2369 (patch)
treec5a4204dcee8a35c23c881f0121cf68e6d031934 /tools/llvm-rc/ResourceScriptParser.h
parentab499d8976ccd5b83f316fb50babb0238df8c02a (diff)
[llvm-rc] Implement the BITMAP resource type
Differential Revision: https://reviews.llvm.org/D46509 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331670 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-rc/ResourceScriptParser.h')
-rw-r--r--tools/llvm-rc/ResourceScriptParser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-rc/ResourceScriptParser.h b/tools/llvm-rc/ResourceScriptParser.h
index 84fdfd5a586..e22619a5834 100644
--- a/tools/llvm-rc/ResourceScriptParser.h
+++ b/tools/llvm-rc/ResourceScriptParser.h
@@ -138,6 +138,7 @@ private:
// Top-level resource parsers.
ParseType parseLanguageResource();
ParseType parseAcceleratorsResource();
+ ParseType parseBitmapResource();
ParseType parseCursorResource();
ParseType parseDialogResource(bool IsExtended);
ParseType parseIconResource();