OSDN Git Service

規定のブラウザとのクッキー共有機能実装
[nlite/nlite.git] / nlite / nlite_string.h
1 #pragma once
2
3 namespace nlite{
4         
5 typedef std::basic_string<TCHAR> tstring;
6 #define CNLITESTRING_THISTYPE CNLiteString                              //\95\8e\9a\97ñ\83N\83\89\83X\96¼
7 #define CNLITESTRING_INTERNALSTRINGTYPE CComBSTR                        //\93à\95\94\82Å\8f\88\97\9d\82ð\82·\82é\95\8e\9a\97ñ\83N\83\89\83X\96¼
8
9
10
11
12 #define CNLITESTRING_THISTYPE_REFERENCE CNLITESTRING_THISTYPE&
13 #define CNLITESTRING_INTERNALSTRINGTYPE_REFERENCE CNLITESTRING_INTERNALSTRINGTYPE& 
14
15 typedef CNLITESTRING_INTERNALSTRINGTYPE CNLITESTRING_THISTYPE;
16
17
18 }