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.
37 lines
607 B
37 lines
607 B
#ifndef __PCHSFM_H
|
|
#define __PCHSFM_H
|
|
|
|
#define INCL_DOSERRORS
|
|
#define INCL_NETERRORS
|
|
#define INCL_WINDOWS
|
|
#define INCL_WINDOWS_GDI
|
|
#include<lmui.hxx>
|
|
|
|
extern "C"
|
|
{
|
|
#include<stdio.h>
|
|
#include<lmapibuf.h>
|
|
#include<winuser.h>
|
|
#include<winsock.h>
|
|
#include<atalkwsh.h>
|
|
}
|
|
|
|
#include<string.hxx>
|
|
#include<strnumer.hxx>
|
|
#include<regkey.hxx>
|
|
|
|
#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 "common.h"
|
|
#endif
|