File: stdafx.h

package info (click to toggle)
snap-aligner 1.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,988 kB
  • sloc: cpp: 36,500; ansic: 5,239; python: 227; makefile: 85; sh: 28
file content (5 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (24)
1
2
3
4
5
#ifdef _MSC_VER
#include "..\..\SNAPLib\stdafx.h"
#else
#include "../../SNAPLib/stdafx.h"
#endif