Skip to content

Commit

Permalink
Fix oversights from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Howard committed Oct 12, 2018
1 parent 530cd73 commit cf6c7db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/vm.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ BcStatus bc_vm_posixError(BcStatus s, const char *file,
#ifndef _WIN32
void bc_vm_sig(int sig);
#else // _WIN32
BOOL WINAPI bc_vm_sig(DWORD sig)
BOOL WINAPI bc_vm_sig(DWORD sig);
#define isatty _isatty
#endif // _WIN32

BcStatus bc_vm_info(const char* const help);
Expand Down

0 comments on commit cf6c7db

Please sign in to comment.