Codebase list kmc / debian/2.2+dfsg-1 kmer_counter / stdafx.h
debian/2.2+dfsg-1

Tree @debian/2.2+dfsg-1 (Download .tar.gz)

stdafx.h @debian/2.2+dfsg-1raw · history · blame

#ifdef WIN32
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once

#include "targetver.h"

#include <stdio.h>
#include <tchar.h>



// TODO: reference additional headers your program requires here
#endif