A
anonymous
Hello folks,
I need to compile a program for windows which I have not done
quite often. The program includes some header files like following:
#include <winsock2.h>
#include <windows.h>
#include <process.h>
#include <string.h>
#include <winbase.h>
All the include header files are there in the /include directory
except for winsock2.h and winbase.h.
Any idea where can I find these header files.
Thanks in advance.
I need to compile a program for windows which I have not done
quite often. The program includes some header files like following:
#include <winsock2.h>
#include <windows.h>
#include <process.h>
#include <string.h>
#include <winbase.h>
All the include header files are there in the /include directory
except for winsock2.h and winbase.h.
Any idea where can I find these header files.
Thanks in advance.