stdafx.h 1.2 KB

1234567891011121314151617181920212223
  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #pragma once
  6. #define _CRT_SECURE_NO_WARNINGS
  7. #define DLL_SOUI
  8. #include <souistd.h>
  9. #include <core/SHostDialog.h>
  10. #include <control/SMessageBox.h>
  11. #include <control/souictrls.h>
  12. #include <res.mgr/sobjdefattr.h>
  13. #include <com-cfg.h>
  14. #include "trayicon/SShellNotifyIcon.h"
  15. #include "resource.h"
  16. #define R_IN_CPP //定义这个开关来
  17. #include "res\resource.h"
  18. using namespace SOUI;
  19. #include <imm.h>
  20. #pragma comment(lib,"Imm32.lib")