1 2 3 4 5 6 7 8 9
#ifndef __SPLITMSG_H__ #define __SPLITMSG_H__ #include <windows.h> LPSTR combineMessage(pUinKey,LPSTR); int splitMessageSend(pUinKey,LPSTR); #endif