svc_debuggerui.cpp 183 B

12345678910
  1. #include <precomp.h>
  2. #include "svc_debuggerui.h"
  3. #define CBCLASS svc_debuggerUII
  4. START_DISPATCH;
  5. CB(CREATEUI, createUI);
  6. VCB(DESTROYUI, destroyUI);
  7. END_DISPATCH;
  8. #undef CBCLASS