mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
307 B
18 lines
307 B
#ifndef __PCHTCP_H
|
|
#define __PCHTCP_H
|
|
|
|
|
|
#include <oaidl.h>
|
|
#include <commctrl.h>
|
|
#include <commdlg.h>
|
|
#include <stddef.h>
|
|
#include <stdlib.h>
|
|
#include <time.h>
|
|
#include <tchar.h>
|
|
#include <wtypes.h>
|
|
#include "common.h"
|
|
#include <string.h>
|
|
#include <malloc.h>
|
|
#include <windowsx.h>
|
|
#include <tapi.h>
|
|
#endif
|