diff options
Diffstat (limited to 'magic/Magdir/msvc')
| -rw-r--r-- | magic/Magdir/msvc | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/magic/Magdir/msvc b/magic/Magdir/msvc index fbfa4f266f9b..c66a00ad506e 100644 --- a/magic/Magdir/msvc +++ b/magic/Magdir/msvc @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ -# $File: msvc,v 1.11 2022/01/17 17:17:30 christos Exp $ +# $File: msvc,v 1.12 2024/03/31 15:08:13 christos Exp $ # msvc: file(1) magic for msvc # "H. Nanosecond" <aldomel@ix.netcom.com> # Microsoft visual C @@ -15,9 +15,14 @@ 0 string \102\157\162\154\141\156\144\040\103\053\053\040\120\162\157 MSVC .ide # .res -0 string \000\000\000\000\040\000\000\000\377 MSVC .res -0 string \377\003\000\377\001\000\020\020\350 MSVC .res -0 string \377\003\000\377\001\000\060\020\350 MSVC .res +# https://learn.microsoft.com/en-us/windows/win32/menurc/resource-file-formats +# https://learn.microsoft.com/en-us/windows/win32/menurc/resourceheader +# A binary resource file consists of a number of concatenated resource entries. +# Each entry consists of a resource header and the data for that resource. +# Resource file starts with an empty resource entry with 32-byte long header in +# which is stored ordinal type 0 and ordinal name 0. +0 string \000\000\000\000\040\000\000\000\377\377\000\000\377\377\000\000 Microsoft Visual C binary resource file +!:ext res #.lib # URL: https://en.wikipedia.org/wiki/Microsoft_Visual_C%2B%2B |
