mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
2b955b0cb2
* removed control Create functions * consistently use VOID for functions with no parameters * PPVOID -> PVOID * * PhRefreshMupDevicePrefixes -> PhUpdateMupDevicePrefixes, PhRefreshDosDevicePrefixes -> PhUpdateDosDevicePrefixes git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4508 21ef857c-d57f-4fe0-8362-d861dc6d29cd
19 lines
182 B
C
19 lines
182 B
C
#ifndef TESTS_H
|
|
#define TESTS_H
|
|
|
|
#include <ph.h>
|
|
|
|
VOID Test_basesup(
|
|
VOID
|
|
);
|
|
|
|
VOID Test_format(
|
|
VOID
|
|
);
|
|
|
|
VOID Test_support(
|
|
VOID
|
|
);
|
|
|
|
#endif
|