The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
// StdAfx.h

#ifndef __STDAFX_H
#define __STDAFX_H

#include <windows.h>
#include <commctrl.h>
#include <shlobj.h>
#include <stdio.h>

#include "Common/NewHandler.h"

#endif