Files
mirror-processhacker/2.x/trunk/ProcessHacker/sdk/phdk.h
T
wj32 d0b7a4bd3b completely removed the old tree list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4286 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-04 03:50:42 +00:00

22 lines
330 B
C

#ifndef _PH_PHDK_H
#define _PH_PHDK_H
#pragma once
#define PHLIB_IMPORT
#define PHAPPAPI __declspec(dllimport)
#include "phgui.h"
#include "circbuf.h"
#include "phnet.h"
#include "providers.h"
#include "treenew.h"
#include "emenu.h"
#include "cpysave.h"
#include "phapppub.h"
#include "phplug.h"
#endif