1 2 3 4 5 6 7 8 9 10
#ifndef _NET_INC #define _NET_INC // uncomment this if you need access elsewhere extern HANDLE hNetlibUser; void InitNetlib(); void DeinitNetlib(); #endif