mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:05:50 +00:00
[PSAPI]
void -> VOID svn path=/trunk/; revision=60799
This commit is contained in:
parent
0316d84f20
commit
93bd6b7500
1 changed files with 6 additions and 6 deletions
|
@ -249,8 +249,8 @@ CallBackConvertToAscii(LPVOID pContext,
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
static void NTAPI
|
static VOID NTAPI
|
||||||
PsParseCommandLine(void)
|
PsParseCommandLine(VOID)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
@ -258,8 +258,8 @@ PsParseCommandLine(void)
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
static void NTAPI
|
static VOID NTAPI
|
||||||
PsInitializeAndStartProfile(void)
|
PsInitializeAndStartProfile(VOID)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
@ -267,8 +267,8 @@ PsInitializeAndStartProfile(void)
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
static void NTAPI
|
static VOID NTAPI
|
||||||
PsStopAndAnalyzeProfile(void)
|
PsStopAndAnalyzeProfile(VOID)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue