// link with shell32.lib

#include <shlobj.h>

int main() {

	SHAddToRecentDocs(0, 0);
	return 0;

}

