Replacing Handle based code with CFData

This commit is contained in:
Stefan Csomor
2020-06-30 08:19:08 +02:00
parent 505a6f0807
commit 1d67ef6cef
2 changed files with 12 additions and 31 deletions

View File

@@ -52,7 +52,7 @@ protected :
void Init() ;
void Clear() ;
void* m_pictHandle ;
CFDataRef m_pictData ;
bool m_pictCreated ;
};