#ifndef ALLOWIO_H #define ALLOWIO_H #include "wutils.h" #ifdef __cplusplus extern "C" { #endif HANDLE OpenPortTalkDriver(HWND); bool EnablePorts(HANDLE fh, UINT base, UINT count); #ifdef __cplusplus } #endif #endif