| 41 | } |
| 42 | |
| 43 | BOOL AppConfiguration::GetUsingRemoteEmoji() |
| 44 | { |
| 45 | DWORD value = 0; |
| 46 | GetDwordProperty(TEXT("UsingRemoteEmoji"), value); |
| 47 | return (value != 0) ? TRUE : FALSE; |
| 48 | } |
| 49 | |
| 50 | void AppConfiguration::SetIncrementalExporting(BOOL incrementalExporting) |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected