/********************************************************/ /* ntapi: Native API core library */ /* Copyright (C) 2013--2016 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.NTAPI. */ /********************************************************/ #include int __stdcall __ntapi_entry_point(void * hinstance, uint32_t reason, void * reserved) { (void)hinstance; (void)reason; (void)reserved; return 1; }