Files
mirror-processhacker/2.x/trunk/ProcessHacker/sdk/phdk.h
T
wj32 48accdc77f * added plugin support to system information window
* ExtendedTools: added support for new system information window

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4836 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-12 07:07:26 +00:00

23 lines
350 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 "graph.h"
#include "emenu.h"
#include "cpysave.h"
#include "phapppub.h"
#include "phplug.h"
#endif