[NTOSKRNL] Remove useless define

This commit is contained in:
Pierre Schweitzer 2018-08-11 23:07:53 +02:00
parent f080ee1305
commit 47cd447cfa
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -35,10 +35,6 @@
#pragma alloc_text(INIT, MmInitPagingFile)
#endif
PVOID
NTAPI
MiFindExportedRoutineByName(IN PVOID DllBase,
IN PANSI_STRING ExportName);
/* TYPES *********************************************************************/