mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
d0b7a4bd3b
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4286 21ef857c-d57f-4fe0-8362-d861dc6d29cd
22 lines
330 B
C
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
|