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