mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
11 lines
112 B
C
11 lines
112 B
C
|
#include "version.h"
|
||
|
|
||
|
NTSTATUS
|
||
|
PopulateGlobalOffsets()
|
||
|
{
|
||
|
NTSTATUS status = STATUS_SUCCESS;
|
||
|
|
||
|
|
||
|
|
||
|
return status;
|
||
|
}
|