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