Navigation Menu

Skip to content

Commit

Permalink
avoid overeager "this is a method" example test
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Sep 2, 2017
1 parent c98a4e2 commit d07e6c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Language/nativecall.pod6
Expand Up @@ -577,6 +577,7 @@ Prepare your system along these lines before trying out the examples:
Here is an example of a Windows API call:
=begin code :method<False>
use NativeCall;
sub MessageBoxA(int32, Str, Str, int32)
Expand All @@ -585,5 +586,6 @@ Here is an example of a Windows API call:
{ * }
MessageBoxA(0, "We have NativeCall", "ohai", 64);
=end code
=end pod

0 comments on commit d07e6c7

Please sign in to comment.