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

破解

开发平台:

Others

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