mirror of https://github.com/BOINC/boinc.git
15 lines
353 B
C++
15 lines
353 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// AutoDriver.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
|
|
|
|
|
|
#ifdef __GNUC__
|
|
static volatile const char __attribute__((unused)) *BOINCrcsid="$Id$";
|
|
#else
|
|
static volatile const char *BOINCrcsid="$Id$";
|
|
#endif
|