Files
fstester/setter/src/win32/rsrcfork.h

17 lines
708 B
C
Raw Normal View History

2021-03-11 16:51:04 +00:00
//
// Created by claunia on 11/3/21.
//
#ifndef SETTER_SRC_WIN32_RSRCFORK_H_
#define SETTER_SRC_WIN32_RSRCFORK_H_
const char* tinyAdsText = "This is a tiny Alternate Data Stream.\n";
const char* smallAdsText = "This is a small Alternate Data Stream.\n";
const char* mediumAdsText = "This is a medium Alternate Data Stream.\n";
const char* bigAdsText = "This is a big Alternate Data Stream.\n";
const char* smallAdsRepeatText = "This message repeats until almost 4KiB.\n";
const char* mediumAdsRepeatText = "This message repeats until almost 64KiB.\n";
const char* bigAdsRepeatText = "This message repeats until more than 64KiB.\n";
#endif // SETTER_SRC_WIN32_RSRCFORK_H_