Test.c
上传用户:graphite
上传日期:2020-09-09
资源大小:2587k
文件大小:0k
源码类别:

破解

开发平台:

Others

  1. #include <windows.h>
  2. #include <io.h>
  3. #include "includeaspr.h"
  4. //----------------------------------------------------------------------
  5. int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
  6.                     PSTR szCmdLine, int iCmdShow)
  7. {
  8.         MessageBox(0,"Begin","",0);
  9.         #include "includecppCrcBegin.inc"
  10.         MessageBox(0,"Under protection","",0);
  11.         #include "includecppCrcEnd.inc"
  12.         MessageBox(0,"End","",0);
  13.         return 0;
  14. }