mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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
|
||||
*/
|
||||
static void NTAPI
|
||||
PsParseCommandLine(void)
|
||||
static VOID NTAPI
|
||||
PsParseCommandLine(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
@ -258,8 +258,8 @@ PsParseCommandLine(void)
|
|||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
static void NTAPI
|
||||
PsInitializeAndStartProfile(void)
|
||||
static VOID NTAPI
|
||||
PsInitializeAndStartProfile(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
@ -267,8 +267,8 @@ PsInitializeAndStartProfile(void)
|
|||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
static void NTAPI
|
||||
PsStopAndAnalyzeProfile(void)
|
||||
static VOID NTAPI
|
||||
PsStopAndAnalyzeProfile(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue