2013年3月13日

摘要: #include <Windows.h>#include <stdio.h>#include <Psapi.h>#pragma comment(lib, "psapi.lib")#include <varargs.h>#define LOGON 1#if LOGON#define Log log#else#define Log //#endifvoid log(const char* format, ...){ char Buf[1024]; va_list vList; va_start(vList, format); vs 阅读全文
posted @ 2013-03-13 15:53 All IN 阅读(286) 评论(0) 推荐(0)

导航