diff options
author | Araq <rumpf_a@web.de> | 2012-07-17 01:27:25 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-17 01:27:25 +0200 |
commit | 4f582da27f1c31dfc149873bcfbfd06eba80edb9 (patch) | |
tree | 0808eb27bc1786ccb592627c150356261845bf30 /lib/windows | |
parent | 5e3d42a929acd347fd22bd8e9179040cf018109f (diff) | |
download | Nim-4f582da27f1c31dfc149873bcfbfd06eba80edb9.tar.gz |
make tests green again
Diffstat (limited to 'lib/windows')
-rwxr-xr-x | lib/windows/nb30.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/windows/nb30.nim b/lib/windows/nb30.nim index 527e3a9e2..a7fd526aa 100755 --- a/lib/windows/nb30.nim +++ b/lib/windows/nb30.nim @@ -21,7 +21,7 @@ const type # Network Control Block PNCB* = ptr TNCB - TNCBPostProc* = proc (P: PNCB) + TNCBPostProc* = proc (P: PNCB) {.stdcall.} TNCB* {.final.} = object # Structure returned to the NCB command NCBASTAT is ADAPTER_STATUS followed # by an array of NAME_BUFFER structures. ncb_command*: Char # command code |