1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/qqtwin.h
2017-08-13 18:27:13 +08:00

27 lines
448 B
C

#ifndef QQTWIN_H
#define QQTWIN_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <signal.h>
#include <errno.h>
#include <malloc.h>
#include <time.h>
#include <errno.h>
#include <sys/types.h>
//#include <WinSock2.h>
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif // QQTWIN_H