Sfoglia il codice sorgente

Z991239-4887 #comment feat: 同步AccessAuthConn.cpp

陈纪林80310970 2 anni fa
parent
commit
351e758938
1 ha cambiato i file con 4 aggiunte e 3 eliminazioni
  1. 4 3
      Module/mod_accessauth/AccessAuthConn.cpp

+ 4 - 3
Module/mod_accessauth/AccessAuthConn.cpp

@@ -2,15 +2,16 @@
 #include "AccessAuthConn.h"
 #include "mod_AccessAuth.h"
 #include "GetDevInfoHelper.h"
-#include "comm.h"
 #include "access_basefun.h"
 #ifdef RVC_OS_WIN
 #pragma comment(lib, "crypt32.lib")
 #include <windows.h>
 #include <Wincrypt.h>
-#endif // RVC_OS_WIN
+#include "MyBase64.h"
+#else
+#include "comm.h"
 #include "Event.h"
 #include <fstream>
 using namespace std;
-
+#endif // RVC_OS_WIN
 #define MY_ENCODING_TYPE  (PKCS_7_ASN_ENCODING | X509_ASN_ENCODING)