OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / expected_dir / foo.nsh
1 nsis    comment ; NSIS "header" libraries can be in .nsh files.
2 nsis    comment /* Copyright some time
3 nsis    comment  * never
4 nsis    comment  * and not much of that either
5 nsis    comment "still a comment"
6 nsis    comment */
7 nsis    blank   
8 nsis    code    !macro SillyMacro Param1
9 nsis    comment         ; ... Because we can ;-)
10 nsis    code            !error "Why did you call this macro, ${Param1}?  That was silly."
11 nsis    code    !macroend
12 nsis    blank   
13 nsis    code    Function Die
14 nsis    comment         # Likewise, because we can.
15 nsis    code            DetailPrint "Aarrrrggghh!  I died."
16 nsis    code            Quit
17 nsis    code    FunctionEnd