[BROWSEUI]
[reactos.git] / dll / win32 / browseui / utility.h
1 #pragma once
2
3 void *operator new(size_t size);
4 void operator delete(void *p);