; Gree.def : 声明 DLL 的模块参数。 LIBRARY "Gree" EXPORTS ; 此处可以是显式导出 GREE_DLLInit @1 GREE_DLLUnInit @2 GREE_DLLInitCom @3 GREE_DLLWrCom @4